Skip to content

Commit

Permalink
Clean up initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Jan 7, 2025
1 parent ad3f781 commit 94266a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions faberge/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
from . import library

__all__ = ["library"]

if sys.version_info[:2] < (3, 10):
raise ImportError("Requires Python 3.10 or later")
del sys

0 comments on commit 94266a2

Please sign in to comment.