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