Merge pull request #65368 from Calinou/methods-py-fix-missing-import

Fix missing `import sys` in `methods.py`
This commit is contained in:
Rémi Verschelde 2022-09-06 12:30:40 +02:00
commit a0c2f54e7d
1 changed files with 1 additions and 0 deletions

View File

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