Skip to content

Commit 785da5c

Browse files
committed
[LIB-965] correct imports;
1 parent 74c978c commit 785da5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

syncano/models/hosting.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# -*- coding: utf-8 -*-
22

33
from . import fields
4-
from .base import Instance, Model, logger
4+
from .instances import Instance
5+
from .archetypes import Model
6+
from syncano import logger
57

68

79
class Hosting(Model):

0 commit comments

Comments
 (0)