Skip to content

Commit

Permalink
FIX: Typo in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
akmalsoliev committed Jan 7, 2025
1 parent b72e7bb commit 4f3d628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validoopsie/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from validoopsie.validate import Validate

__all__ = ["DataSet"]
__all__ = ["Validate"]

0 comments on commit 4f3d628

Please sign in to comment.