Skip to content

Commit

Permalink
Add temp "noqa: I001" for testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuls committed Jan 2, 2023
1 parent e4ec828 commit f3e9786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py-polars/polars/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def version() -> str:
# this is only useful for documentation
warnings.warn("polars binary missing!")

from polars import api
# TODO: remove I001 when https://github.com/charliermarsh/ruff/issues/1551 is fixed.
from polars import api # noqa: I001
from polars.build_info import build_info
from polars.cfg import Config
from polars.convert import (
Expand Down

0 comments on commit f3e9786

Please sign in to comment.