Skip to content

Commit

Permalink
Another typehint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb committed Dec 15, 2023
1 parent f4729e6 commit fba8393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trussme/truss.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class Truss(object):

def __init__(self, file_name=""):
def __init__(self, file_name: str = ""):
# Make a list to store members in
self.members: list[Member] = []

Expand Down

0 comments on commit fba8393

Please sign in to comment.