Skip to content
Prev Previous commit
Next Next commit
[LIB-965] correct imports;
  • Loading branch information
opalczynski committed Oct 28, 2016
commit 74c978c4f7f67d4a3410ee7be2333f9e820ca6a3
2 changes: 1 addition & 1 deletion syncano/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .push_notification import * # NOQA
from .geo import * # NOQA
from .backups import * # NOQA
from .hosting import * # NOQA
from .hosting import Hosting, HostingFile # NOQA
from .data_views import DataEndpoint as EndpointData # NOQA
from .custom_sockets import * # NOQA
from .custom_sockets_utils import Endpoint, ScriptCall, ScriptDependency, ClassDependency # NOQA