diff --git a/py-polars/polars/__init__.py b/py-polars/polars/__init__.py index 496ec5fe8c92d..34e6f38cd627c 100644 --- a/py-polars/polars/__init__.py +++ b/py-polars/polars/__init__.py @@ -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 (