Skip to content

Commit 74c978c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncano/models/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .push_notification import * # NOQA
1212
from .geo import * # NOQA
1313
from .backups import * # NOQA
14-
from .hosting import * # NOQA
14+
from .hosting import Hosting, HostingFile # NOQA
1515
from .data_views import DataEndpoint as EndpointData # NOQA
1616
from .custom_sockets import * # NOQA
1717
from .custom_sockets_utils import Endpoint, ScriptCall, ScriptDependency, ClassDependency # NOQA

0 commit comments

Comments
 (0)