mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
style: resolve linting complaints
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import typing
|
||||
|
||||
from rest_framework import serializers
|
||||
|
||||
from people import models
|
||||
|
||||
from . import base
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user