Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Jul 21, 2024
1 parent ee2869a commit 3666bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apitally/client/threading.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def callback():

ipython = get_ipython() # type: ignore
except NameError:
from atexit import register as register_exit
from atexit import register as register_exit # type: ignore[assignment]


class ApitallyClient(ApitallyClientBase):
Expand Down

0 comments on commit 3666bb3

Please sign in to comment.