Skip to content

Commit

Permalink
fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
willeccles committed Aug 24, 2022
1 parent 0d921f3 commit 933a614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genvsmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def Expand(msg: str) -> str:
else:
return msg

def GetCategoryAndName(channel: str) -> (str, str):
def GetCategoryAndName(channel: str) -> tuple[str, str]:
"""
Parse the name of an inport, outport, signal, or parameter into a category
and a name.
Expand Down

0 comments on commit 933a614

Please sign in to comment.