Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Aug 5, 2023
1 parent 91bc16f commit 68efb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/utils/udfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class StackValue(NamedTuple):

_MIN_PY311 = sys.version_info >= (3, 11)
try:
get_ipython # type: ignore[name-defined]
get_ipython # type: ignore[name-defined] # noqa: B018
except NameError:
_IN_IPYTHON = False
else:
Expand Down

0 comments on commit 68efb5f

Please sign in to comment.