Skip to content

Commit

Permalink
ruff fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed May 31, 2024
1 parent f58899c commit 68c672b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nested_pandas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from ._version import __version__ # noqa
from .nestedframe import NestedFrame
from .nestedframe.io import read_parquet

# Import for registering
from .series.accessor import NestSeriesAccessor # noqa: F401
from .series.dtype import NestedDtype

from ._version import __version__ # noqa

__all__ = ["NestedDtype", "NestedFrame", "read_parquet"]

0 comments on commit 68c672b

Please sign in to comment.