Skip to content

Commit

Permalink
Fix import order on view __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Feb 7, 2024
1 parent 2c0bbf0 commit 367c71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/views/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .addon_view import AddonsView # noqa
from .base import BaseView # noqa
from .addon_view import AddonsView # noqa
from .install_addons_view import InstallAddonsView # noqa
from .install_view import InstallView # noqa
from .requirements_view import RequirementsView # noqa
Expand Down

0 comments on commit 367c71b

Please sign in to comment.