Skip to content

Commit

Permalink
pyGHDL: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold committed Jun 17, 2021
1 parent 17ddaa0 commit b853533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyGHDL/libghdl/name_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def Get_Character(Id: NameId) -> str:

return func(Id).decode("utf-8")


@export
def Get_Identifier(string: str) -> NameId:
"""
Expand Down

0 comments on commit b853533

Please sign in to comment.