Skip to content

Commit e3148b3

Browse files
committed
Reorder and group imports in validate.pyi
1 parent c954280 commit e3148b3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pointblank/validate.pyi

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
import datetime
22
from collections.abc import Collection
33
from dataclasses import dataclass
4-
from pathlib import Path
5-
from typing import Any, Callable, Literal, ParamSpec, TypeVar
6-
74
from great_tables import GT
85
from narwhals.typing import IntoDataFrame, IntoFrame
9-
6+
from pathlib import Path
107
from pointblank._typing import SegmentSpec, Tolerance
118
from pointblank._utils import _PBUnresolvedColumn
129
from pointblank.column import Column, ColumnSelector, ColumnSelectorNarwhals, ReferenceColumn
1310
from pointblank.schema import Schema
1411
from pointblank.thresholds import Actions, FinalActions, Thresholds
12+
from typing import Any, Callable, Literal, ParamSpec, TypeVar
1513

1614
__all__ = [
1715
"get_action_metadata",

0 commit comments

Comments
 (0)