Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
cal4 committed Nov 6, 2024
1 parent 6bed6fc commit 50dc6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .account import Account
from .remainingSearches import RemainingSearches
from .browser import Browser
from .login import Login
from .punchCards import PunchCards
from .readToEarn import ReadToEarn
from .remainingSearches import RemainingSearches
from .searches import Searches

0 comments on commit 50dc6dc

Please sign in to comment.