Skip to content

Commit

Permalink
Add missing type check ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dspruell committed Oct 18, 2023
1 parent 5d0c825 commit f70fd88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "whois-format"
version = "0.1.0-alpha.10"
version = "0.1.0-alpha.11"
authors = [
{ name="Darren Spruell", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion whois_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from tabulate import tabulate
from whois import whois # type: ignore
from whois.parser import PywhoisError
from whois.parser import PywhoisError # type: ignore

__application_name__ = "whois-format"
__version__ = version(__application_name__)
Expand Down

0 comments on commit f70fd88

Please sign in to comment.