mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-23 16:33:11 +08:00
fixed reference to Method
This commit is contained in:
parent
9d007573b6
commit
1ae5707505
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ from api.gql.instrument.types import (
|
||||||
MethodEdge,
|
MethodEdge,
|
||||||
MethodType
|
MethodType
|
||||||
)
|
)
|
||||||
from apps.setup import models
|
from apps.instrument import models
|
||||||
|
|
||||||
from utils import has_value_or_is_truthy
|
from utils import has_value_or_is_truthy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue