From 5ad7dac44e1c1fea563714de3d589c71c413cfa4 Mon Sep 17 00:00:00 2001 From: tkchafin Date: Sun, 12 May 2024 18:19:33 +0100 Subject: [PATCH] linting --- scripts/runResistnet.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/runResistnet.py b/scripts/runResistnet.py index cede65da..52dbcff5 100755 --- a/scripts/runResistnet.py +++ b/scripts/runResistnet.py @@ -84,6 +84,7 @@ def main(): verbose=True ) + # Call main function if __name__ == '__main__': os.environ['USE_PYGEOS'] = '0'