This commit is contained in:
Cayo Puigdefabregas 2022-03-29 11:20:28 +02:00
parent ff4f78a44b
commit f4a657052a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from flask.json import jsonify
from sqlalchemy.util import OrderedSet
from ereuse_devicehub.db import db
from ereuse_devicehub.parser.parser import ParseSnapshotLsHw, ParseSnapshot
from ereuse_devicehub.parser.parser import ParseSnapshot, ParseSnapshotLsHw
from ereuse_devicehub.resources.action.models import RateComputer, Snapshot
from ereuse_devicehub.resources.action.rate.v1_0 import CannotRate
from ereuse_devicehub.resources.action.schemas import Snapshot_lite