Skip to content

Commit

Permalink
remove _version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
balins committed Aug 31, 2024
1 parent c1fbb24 commit acd5cbc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions fsvm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
from ._fuzzy_svc import FuzzySVC
from ._version import __version__

__all__ = [
"FuzzySVC",
"__version__",
]
__all__ = ["FuzzySVC"]

0 comments on commit acd5cbc

Please sign in to comment.