Skip to content

Commit

Permalink
Fix import classifications issue thanks to @LiamPattinson.
Browse files Browse the repository at this point in the history
  • Loading branch information
jatkinson1000 committed Aug 24, 2023
1 parent ab7ed45 commit 949147e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archeryutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Package providing code for various archery utilities."""
from archeryutils import load_rounds, rounds, targets
from archeryutils.handicaps import handicap_equations, handicap_functions
from archeryutils.classifications import classifications
import archeryutils.classifications as classifications

__all__ = [
"rounds",
Expand Down

0 comments on commit 949147e

Please sign in to comment.