Skip to content

Commit

Permalink
Prevent undefined symbol error
Browse files Browse the repository at this point in the history
  • Loading branch information
mmouchous-ledger committed Mar 9, 2024
1 parent b590455 commit cd121aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/scaffold/bus.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ class Register:

def __init__(
self,
parent: Scaffold,
parent: "Scaffold",
mode: str,
address: int,
wideness: int = 1,
Expand Down

0 comments on commit cd121aa

Please sign in to comment.