From 53a9f037d705517f350b5c2e6d838a2e0058c1ca Mon Sep 17 00:00:00 2001 From: Michael Boniface <m.j.boniface@soton.ac.uk> Date: Sun, 23 Feb 2025 20:53:44 +0000 Subject: [PATCH] test: run mypc to check types and add annotations. run black and reformatted all python files. run tests and still pass. Closes #20 --- acmc/parse.py | 1 + 1 file changed, 1 insertion(+) diff --git a/acmc/parse.py b/acmc/parse.py index cc654ef..a2996ed 100644 --- a/acmc/parse.py +++ b/acmc/parse.py @@ -46,6 +46,7 @@ class Proto: ], # The second lambda function: takes a list and a string, and returns nothing ] ] + def __init__(self, name, trud_codes_path=None): if trud_codes_path is not None: -- GitLab