clean
This commit is contained in:
parent
756925d657
commit
27910f2c20
|
@ -15,18 +15,12 @@ from ereuse_devicehub.db import db
|
||||||
from ereuse_devicehub.resources.action.models import Remove
|
from ereuse_devicehub.resources.action.models import Remove
|
||||||
from ereuse_devicehub.resources.device.models import (
|
from ereuse_devicehub.resources.device.models import (
|
||||||
Component,
|
Component,
|
||||||
DataStorage,
|
Computer,
|
||||||
Device,
|
Device,
|
||||||
Placeholder,
|
Placeholder,
|
||||||
)
|
)
|
||||||
from ereuse_devicehub.resources.tag.model import Tag
|
from ereuse_devicehub.resources.tag.model import Tag
|
||||||
|
|
||||||
try:
|
|
||||||
from modules.device.models import Computer
|
|
||||||
except:
|
|
||||||
from ereuse_devicehub.resources.device.models import Computer
|
|
||||||
|
|
||||||
|
|
||||||
DEVICES_ALLOW_DUPLICITY = [
|
DEVICES_ALLOW_DUPLICITY = [
|
||||||
'RamModule',
|
'RamModule',
|
||||||
'Display',
|
'Display',
|
||||||
|
|
Reference in New Issue