Skip to content
Snippets Groups Projects
Commit 53a9f037 authored by mjbonifa's avatar mjbonifa
Browse files

test: run mypc to check types and add annotations. run black and reformatted...

test: run mypc to check types and add annotations. run black and reformatted all python files. run tests and still pass. Closes #20
parent 829bb6c2
No related tags found
No related merge requests found
...@@ -46,6 +46,7 @@ class Proto: ...@@ -46,6 +46,7 @@ class Proto:
], # The second lambda function: takes a list and a string, and returns nothing ], # The second lambda function: takes a list and a string, and returns nothing
] ]
] ]
def __init__(self, name, trud_codes_path=None): def __init__(self, name, trud_codes_path=None):
if trud_codes_path is not None: if trud_codes_path is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment