Skip to content

Commit

Permalink
Remove unneeded noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Sep 11, 2023
1 parent 5468546 commit d78c153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_client/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def default_secure(cfg: t.Any) -> None: # pragma: no cover

def utcnow() -> datetime:
"""Return timezone-aware UTC timestamp"""
return datetime.now(utc) # noqa
return datetime.now(utc)


# -----------------------------------------------------------------------------
Expand Down

0 comments on commit d78c153

Please sign in to comment.