Fix cyclic imports #1

Merged
vasek merged 1 commit from cyclic_import_fix into master 2019-03-24 12:30:38 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 0c3c874ea2 - Show all commits

View file

@ -16,7 +16,7 @@ import re # noqa: F401
import six import six
from swagger_client.models.gpg_key import GPGKey # noqa: F401,E501 #from swagger_client.models.gpg_key import GPGKey # noqa: F401,E501
from swagger_client.models.gpg_key_email import GPGKeyEmail # noqa: F401,E501 from swagger_client.models.gpg_key_email import GPGKeyEmail # noqa: F401,E501

View file

@ -17,7 +17,7 @@ import re # noqa: F401
import six import six
from swagger_client.models.permission import Permission # noqa: F401,E501 from swagger_client.models.permission import Permission # noqa: F401,E501
from swagger_client.models.repository import Repository # noqa: F401,E501 #from swagger_client.models.repository import Repository # noqa: F401,E501
from swagger_client.models.user import User # noqa: F401,E501 from swagger_client.models.user import User # noqa: F401,E501