mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
style: fix pyflakes warnings of unused imports
This commit is contained in:
@@ -2,3 +2,9 @@ from . import (
|
|||||||
activities,
|
activities,
|
||||||
people
|
people
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
'activities',
|
||||||
|
'people',
|
||||||
|
]
|
||||||
|
|||||||
@@ -4,3 +4,10 @@ from . import (
|
|||||||
activities,
|
activities,
|
||||||
people
|
people
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
'activities',
|
||||||
|
'people',
|
||||||
|
'ExportListView',
|
||||||
|
]
|
||||||
|
|||||||
@@ -7,3 +7,10 @@ from . import (
|
|||||||
person,
|
person,
|
||||||
relationship
|
relationship
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
__all__ = [
|
||||||
|
'network',
|
||||||
|
'person',
|
||||||
|
'relationship',
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user