diff --git a/syncano_cli/parse_to_syncano/migrations/relation.py b/syncano_cli/parse_to_syncano/migrations/relation.py index 473f8cc..fd0ded8 100644 --- a/syncano_cli/parse_to_syncano/migrations/relation.py +++ b/syncano_cli/parse_to_syncano/migrations/relation.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- # a relation helper -from parse_to_syncano.config import PARSE_PAGINATION_LIMIT -from parse_to_syncano.migrations.aggregation import data_aggregate -from parse_to_syncano.migrations.mixins import PaginationMixin, ParseConnectionMixin -from parse_to_syncano.processors.klass import ClassProcessor from syncano.models import Object from syncano_cli import LOG +from syncano_cli.parse_to_syncano.config import PARSE_PAGINATION_LIMIT +from syncano_cli.parse_to_syncano.migrations.aggregation import data_aggregate +from syncano_cli.parse_to_syncano.migrations.mixins import PaginationMixin, ParseConnectionMixin +from syncano_cli.parse_to_syncano.processors.klass import ClassProcessor class ClassRelationProcessor(ParseConnectionMixin, PaginationMixin): diff --git a/syncano_cli/parse_to_syncano/migrations/transfer.py b/syncano_cli/parse_to_syncano/migrations/transfer.py index 74dcb25..78ef986 100644 --- a/syncano_cli/parse_to_syncano/migrations/transfer.py +++ b/syncano_cli/parse_to_syncano/migrations/transfer.py @@ -1,13 +1,13 @@ # -*- coding: utf-8 -*- import time -from parse_to_syncano.config import PARSE_PAGINATION_LIMIT, config -from parse_to_syncano.migrations.aggregation import data_aggregate -from parse_to_syncano.migrations.mixins import PaginationMixin, ParseConnectionMixin, SyncanoConnectionMixin -from parse_to_syncano.migrations.relation import RelationProcessor -from parse_to_syncano.processors.klass import ClassProcessor from syncano.models import Object from syncano_cli import LOG +from syncano_cli.parse_to_syncano.config import PARSE_PAGINATION_LIMIT, config +from syncano_cli.parse_to_syncano.migrations.aggregation import data_aggregate +from syncano_cli.parse_to_syncano.migrations.mixins import PaginationMixin, ParseConnectionMixin, SyncanoConnectionMixin +from syncano_cli.parse_to_syncano.migrations.relation import RelationProcessor +from syncano_cli.parse_to_syncano.processors.klass import ClassProcessor class SyncanoTransfer(ParseConnectionMixin, SyncanoConnectionMixin, PaginationMixin): diff --git a/syncano_cli/sync/scripts.py b/syncano_cli/sync/scripts.py index 5cccb4e..dbaeaed 100644 --- a/syncano_cli/sync/scripts.py +++ b/syncano_cli/sync/scripts.py @@ -4,8 +4,8 @@ import os import re from collections import defaultdict -from syncano.exceptions import SyncanoRequestError +from syncano.exceptions import SyncanoRequestError from syncano_cli import LOG ALLOWED_RUNTIMES = {