We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c25fb commit d12ddd3Copy full SHA for d12ddd3
1 file changed
frost_sta_client/odata_codegen/install_model.py
@@ -183,6 +183,7 @@ def write_wrapper(model_dir: str, singular: str, relations: List[str]) -> None:
183
The compatibility import modules under frost_sta_client/model are provided statically.
184
"""
185
return
186
+
187
def write_model_init(model_dir: str, entities: List[str]) -> None:
188
"""Write a minimal __init__ for frost_sta_client.model to avoid circular imports."""
189
path = os.path.join(model_dir, '__init__.py')
0 commit comments