Merge branch 'cyclic_import_fix' of vasek/gitea-swagger-client into master
This commit is contained in:
commit
2a6ff3b1aa
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ import re # noqa: F401
|
|||
|
||||
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
|
||||
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ import re # noqa: F401
|
|||
import six
|
||||
|
||||
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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue