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
|
import typing
|
||||||
|
|
||||||
from rest_framework import serializers
|
|
||||||
|
|
||||||
from people import models
|
from people import models
|
||||||
|
|
||||||
from . import base
|
from . import base
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
from .organisation import *
|
from .organisation import * # noqa
|
||||||
from .person import *
|
from .person import * # noqa
|
||||||
from .question import *
|
from .question import * # noqa
|
||||||
from .relationship import *
|
from .relationship import * # noqa
|
||||||
|
|||||||
Reference in New Issue
Block a user