Skip to content

Commit

Permalink
supress mypy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Feb 23, 2024
1 parent 514cbb7 commit 621821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte/progress.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
ipy_display: ModuleType | None
try:
IS_NOTEBOOK = True
from IPython import display as ipy_display
from IPython import display as ipy_display # type: ignore # noqa: PGH003

except ImportError:
ipy_display = None
Expand Down

0 comments on commit 621821b

Please sign in to comment.