Skip to content

Commit

Permalink
Add missing futures.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Oct 15, 2024
1 parent 84a911b commit 5cf4457
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion law/contrib/pandas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@

__all__ = ["DataFrameFormatter"]


# provisioning imports
from law.contrib.pandas.formatter import DataFrameFormatter
3 changes: 2 additions & 1 deletion law/contrib/pandas/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
Pandas target formatters.
"""

__all__ = ["DataFrameFormatter"]
from __future__ import annotations

__all__ = ["DataFrameFormatter"]

import pathlib

Expand Down

0 comments on commit 5cf4457

Please sign in to comment.