remove absolute_import (#15071)

This commit is contained in:
William Cheng
2023-03-30 10:07:15 +08:00
committed by GitHub
parent 4895b56089
commit 3ccd9be080
45 changed files with 9 additions and 88 deletions

View File

@@ -14,8 +14,6 @@
"""
from __future__ import absolute_import
# import models into model package
from openapi_client.models.bird import Bird
from openapi_client.models.category import Category