Skip to content

Commit

Permalink
Fix pyright errors in src/converter/pytorch_converter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed May 9, 2024
1 parent 2e1db94 commit 4d7e531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/converter/pytorch_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def initialize_attributes(self) -> None:
self.pytorch_time = None
self.pytorch_start_ts = None
self.pytorch_finish_ts = None
self.pytorch_nodes = None
self.pytorch_nodes = dict()
self.pytorch_root_nids = []

# Initialize node mapping dictionaries
Expand Down

0 comments on commit 4d7e531

Please sign in to comment.