From ef79f4d157fc576eeb0f54e01d827f277de35708 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 11 Aug 2022 19:23:40 -0700 Subject: codegen python client using newer generator (v6.0.1) --- python_openapi_client/fatcat_openapi_client/api/__init__.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'python_openapi_client/fatcat_openapi_client/api/__init__.py') diff --git a/python_openapi_client/fatcat_openapi_client/api/__init__.py b/python_openapi_client/fatcat_openapi_client/api/__init__.py index cdd759f9..b4143758 100644 --- a/python_openapi_client/fatcat_openapi_client/api/__init__.py +++ b/python_openapi_client/fatcat_openapi_client/api/__init__.py @@ -1,6 +1,3 @@ -from __future__ import absolute_import - -# flake8: noqa - -# import apis into api package -from fatcat_openapi_client.api.default_api import DefaultApi +# do not import all apis into this module because that uses a lot of memory and stack frames +# if you need the ability to import all apis from one package, import them with +# from fatcat_openapi_client.apis import AuthApi -- cgit v1.2.3