style: resolve linting complaints

This commit is contained in:
James Graham
2021-03-05 09:24:00 +00:00
parent bf2422c6dd
commit 02b0132f9c
2 changed files with 4 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
from .organisation import *
from .person import *
from .question import *
from .relationship import *
from .organisation import * # noqa
from .person import * # noqa
from .question import * # noqa
from .relationship import * # noqa