Skip to content

Commit

Permalink
Mute mypy error
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Feb 20, 2024
1 parent 667c0bf commit 660dec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ariadne/contrib/tracing/apollotracing.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def perf_counter_ns() -> int:


try:
from datetime import UTC, datetime
from datetime import UTC, datetime # type: ignore[attr-defined]

def utc_now():
return datetime.now(UTC)
Expand Down

0 comments on commit 660dec5

Please sign in to comment.