Skip to content

Commit

Permalink
testing renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Casyfill committed Mar 14, 2023
1 parent 6637059 commit 40e129f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dfschema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .validate import validate_df
from .validate import validate_df as validate
from .utils import generate_scheme, schema_to_dtypes
from .core.core import DfSchema
from .core.exceptions import (
Expand All @@ -9,7 +9,7 @@


__all__ = [
"validate_df",
"validate",
"DfSchema",
"generate_scheme",
"schema_to_dtypes",
Expand Down

0 comments on commit 40e129f

Please sign in to comment.