From a8fec1c8d34292d0ea74690d545db519c1ee8be6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 18 Sep 2019 17:49:30 -0700 Subject: codegen python lib v0.3.1 --- python_openapi_client/fatcat_openapi_client/models/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python_openapi_client/fatcat_openapi_client/models/__init__.py') diff --git a/python_openapi_client/fatcat_openapi_client/models/__init__.py b/python_openapi_client/fatcat_openapi_client/models/__init__.py index 88b5746d..30025a32 100644 --- a/python_openapi_client/fatcat_openapi_client/models/__init__.py +++ b/python_openapi_client/fatcat_openapi_client/models/__init__.py @@ -6,7 +6,7 @@ Fatcat is a scalable, versioned, API-oriented catalog of bibliographic entities and file metadata. # noqa: E501 - OpenAPI spec version: 0.3.0 + OpenAPI spec version: 0.3.1 Contact: webservices@archive.org Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -17,6 +17,7 @@ from __future__ import absolute_import # import models into model package from fatcat_openapi_client.models.auth_oidc import AuthOidc from fatcat_openapi_client.models.auth_oidc_result import AuthOidcResult +from fatcat_openapi_client.models.auth_token_result import AuthTokenResult from fatcat_openapi_client.models.changelog_entry import ChangelogEntry from fatcat_openapi_client.models.container_auto_batch import ContainerAutoBatch from fatcat_openapi_client.models.container_entity import ContainerEntity -- cgit v1.2.3