Skip to content

Commit 34b300e

Browse files
committed
Fix code formatting: add missing blank line
1 parent bdfd050 commit 34b300e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graph_net/torch/dtype_generalizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ def __init__(self, config: Dict[str, Any]):
223223
"Generated code must be validated."
224224
)
225225
self.model_runnable_predicator = self._make_model_runnable_predicator(config)
226+
226227
def _make_model_runnable_predicator(self, config: Dict[str, Any]):
227228
"""Create model runnable predicator from config."""
228229
module = load_module(config["model_runnable_predicator_filepath"])

0 commit comments

Comments
 (0)