Fix missing `import sys` in `methods.py`

(cherry picked from commit ea1e4bf9ac)
This commit is contained in:
Hugo Locurcio 2022-09-05 17:14:21 +02:00 committed by Rémi Verschelde
parent 5800615be7
commit 48bda355f0
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import os
import re
import sys
import glob
import subprocess
from collections import OrderedDict