Skip to content

Commit

Permalink
Appease mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Apr 14, 2021
1 parent 69fb842 commit aa91fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_deprecation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# 3rd party
import pytest
from deprecation import UnsupportedWarning
from deprecation import UnsupportedWarning # type: ignore

# this package
from deprecation_alias import deprecated
Expand Down

0 comments on commit aa91fe0

Please sign in to comment.