commented out cyclic imports causing this lib to be unusable

This commit is contained in:
Vašek Šraier 2019-03-24 12:28:35 +01:00
parent db10cf7f02
commit 0c3c874ea2
2 changed files with 2 additions and 2 deletions

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