Fix for hard merge

This commit is contained in:
Joseph Schorr 2017-07-17 16:36:05 +03:00
parent a8b340feb6
commit 9679ec91ec
6 changed files with 54 additions and 29 deletions

View file

@ -1,7 +1,7 @@
import logging
from app import app
from endpoints.v2.models_pre_oci import pre_oci_model as model
from endpoints.v2.models_pre_oci import data_model as model
from util.timedeltastring import convert_to_timedelta
logger = logging.getLogger(__name__)