From ea1e4bf9ac9a7018c7e2c4c187d78cceb201aa41 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 5 Sep 2022 17:14:21 +0200 Subject: [PATCH] Fix missing `import sys` in `methods.py` --- methods.py | 1 + 1 file changed, 1 insertion(+) diff --git a/methods.py b/methods.py index 7d14f619a32..436fe63f6a6 100644 --- a/methods.py +++ b/methods.py @@ -1,5 +1,6 @@ import os import re +import sys import glob import subprocess from collections import OrderedDict