Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Feb 5, 2024
2 parents 6876c6b + 4a5c1ea commit b51dc3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cu_cat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@
from ._table_vectorizer import TableVectorizer

from ._version import get_versions

__version__ = get_versions()["version"]
del get_versions


__version__ = get_versions()["version"]
del get_versions

__all__ = [
"DatetimeEncoder",
"GapEncoder",
Expand Down

0 comments on commit b51dc3f

Please sign in to comment.