fixing path to hashcode

This commit is contained in:
Cayo Puigdefabregas 2021-03-08 13:22:37 +01:00
parent 06dfb9e31e
commit ff964bfe0a
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import sqlalchemy as sa
from alembic import op
from alembic import context
from ereuse_devicehub.resources.device.utils import hashcode
from ereuse_devicehub.resources.utils import hashcode
# revision identifiers, used by Alembic.

View File

@ -28,7 +28,7 @@ from teal.marshmallow import ValidationError
from teal.resource import url_for_resource
from ereuse_devicehub.db import db
from ereuse_devicehub.resources.device.utils import hashcode
from ereuse_devicehub.resources.utils import hashcode
from ereuse_devicehub.resources.enums import BatteryTechnology, CameraFacing, ComputerChassis, \
DataStorageInterface, DisplayTech, PrinterTechnology, RamFormat, RamInterface, Severity, TransferState
from ereuse_devicehub.resources.models import STR_SM_SIZE, Thing, listener_reset_field_updated_in_actual_time