Skip to content

Commit d12ddd3

Browse files
committed
style: insert newline
1 parent 52c25fb commit d12ddd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

frost_sta_client/odata_codegen/install_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ def write_wrapper(model_dir: str, singular: str, relations: List[str]) -> None:
183183
The compatibility import modules under frost_sta_client/model are provided statically.
184184
"""
185185
return
186+
186187
def write_model_init(model_dir: str, entities: List[str]) -> None:
187188
"""Write a minimal __init__ for frost_sta_client.model to avoid circular imports."""
188189
path = os.path.join(model_dir, '__init__.py')

0 commit comments

Comments
 (0)