Skip to content

Commit

Permalink
fix bug in generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
qzmfranklin committed Oct 19, 2018
1 parent 600f442 commit fdc4591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swagger_client/models/gpg_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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


Expand Down
2 changes: 1 addition & 1 deletion swagger_client/models/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
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


Expand Down

0 comments on commit fdc4591

Please sign in to comment.