Skip to content

Commit

Permalink
chore(python): Remove _tempdir module references (#9427)
Browse files Browse the repository at this point in the history
  • Loading branch information
zundertj authored Jun 19, 2023
1 parent 56a58e3 commit 62ac540
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions py-polars/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ module = [
]
ignore_missing_imports = true

[[tool.mypy.overrides]]
module = ["polars.testing._tempdir"]
ignore_errors = true

[[tool.mypy.overrides]]
module = ["IPython.*"]
follow_imports = "skip"
Expand Down
2 changes: 1 addition & 1 deletion py-polars/scripts/check_stacklevels.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Files in which it's OK to set the stacklevel manually.
# `git ls-files` lists files with forwards-slashes
# even on Windows, so it's OK to list them like that.
EXCLUDE = frozenset(["polars/utils/polars_version.py", "polars/testing/_tempdir.py"])
EXCLUDE = frozenset(["polars/utils/polars_version.py"])


class StackLevelChecker(NodeVisitor):
Expand Down

0 comments on commit 62ac540

Please sign in to comment.