Skip to content

Commit 1bc060e

Browse files
authored
refactor: Move Validation to public API (#86)
1 parent a3b90c2 commit 1bc060e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dataframely/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from ._base_collection import CollectionMember
1515
from ._filter import filter
1616
from ._rule import rule
17-
from ._typing import DataFrame, LazyFrame
17+
from ._typing import DataFrame, LazyFrame, Validation
1818
from .collection import Collection, deserialize_collection
1919
from .columns import (
2020
Any,
@@ -96,4 +96,5 @@
9696
"List",
9797
"Array",
9898
"Object",
99+
"Validation",
99100
]

0 commit comments

Comments
 (0)