Skip to content

Commit

Permalink
Use ruff format on file
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Nov 26, 2024
1 parent df4c754 commit 641702a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions great_tables/_formats_vals.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
from __future__ import annotations

from typing import TYPE_CHECKING, Any
from pathlib import Path
from typing import TYPE_CHECKING, Any

from typing_extensions import TypeAlias

from great_tables import GT
from great_tables.gt import GT, _get_column_of_values
from typing_extensions import TypeAlias

from ._gt_data import GTData
from ._tbl_data import SeriesLike, to_frame
Expand Down

0 comments on commit 641702a

Please sign in to comment.