update samples

This commit is contained in:
William Cheng 2022-02-05 16:37:56 +08:00
parent 092100694e
commit e177a4b757
5 changed files with 5 additions and 5 deletions

View File

@ -2,4 +2,4 @@
# reference which would not work in python2 # reference which would not work in python2
# do not import all models into this module because that uses a lot of memory and stack frames # do not import all models into this module because that uses a lot of memory and stack frames
# if you need the ability to import all models from one package, import them with # if you need the ability to import all models from one package, import them with
# from {{packageName}.models import ModelA, ModelB # from petstore_api.models import ModelA, ModelB

View File

@ -2,4 +2,4 @@
# reference which would not work in python2 # reference which would not work in python2
# do not import all models into this module because that uses a lot of memory and stack frames # do not import all models into this module because that uses a lot of memory and stack frames
# if you need the ability to import all models from one package, import them with # if you need the ability to import all models from one package, import them with
# from {{packageName}.models import ModelA, ModelB # from petstore_api.models import ModelA, ModelB

View File

@ -2,4 +2,4 @@
# reference which would not work in python2 # reference which would not work in python2
# do not import all models into this module because that uses a lot of memory and stack frames # do not import all models into this module because that uses a lot of memory and stack frames
# if you need the ability to import all models from one package, import them with # if you need the ability to import all models from one package, import them with
# from {{packageName}.models import ModelA, ModelB # from x_auth_id_alias.models import ModelA, ModelB

View File

@ -2,4 +2,4 @@
# reference which would not work in python2 # reference which would not work in python2
# do not import all models into this module because that uses a lot of memory and stack frames # do not import all models into this module because that uses a lot of memory and stack frames
# if you need the ability to import all models from one package, import them with # if you need the ability to import all models from one package, import them with
# from {{packageName}.models import ModelA, ModelB # from dynamic_servers.models import ModelA, ModelB

View File

@ -2,4 +2,4 @@
# reference which would not work in python2 # reference which would not work in python2
# do not import all models into this module because that uses a lot of memory and stack frames # do not import all models into this module because that uses a lot of memory and stack frames
# if you need the ability to import all models from one package, import them with # if you need the ability to import all models from one package, import them with
# from {{packageName}.models import ModelA, ModelB # from petstore_api.models import ModelA, ModelB