Skip to content

Commit

Permalink
Fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed Jan 3, 2020
1 parent 221efc7 commit a951a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastview/views/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .display import * # noqa
from .inlines import * # noqa
from .generics import * # noqa
from .inlines import * # noqa
from .mixins import * # noqa
from .objects import * # noqa

0 comments on commit a951a8e

Please sign in to comment.