We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4622f commit d3741d0Copy full SHA for d3741d0
scripts/multiapi_init_gen.py
@@ -84,7 +84,7 @@ def models(cls, api_version=DEFAULT_API_VERSION):
84
from .{api_version_module} import models
85
return models"""
86
template_models_end_def = """ raise NotImplementedError("APIVersion {} is not available".format(api_version))
87
- """
+"""
88
89
template_intro_doc= ' """Module depends on the API version:\n'
90
template_inside_doc=" * {api_version}: :mod:`{api_version_module}.models<{module_name}.{api_version_module}.models>`"
0 commit comments