Skip to content

Commit 921236a

Browse files
[MegaLinter] Apply linters automatic fixes (#12)
Co-authored-by: vkucera <vkucera@users.noreply.github.com>
1 parent 79350a8 commit 921236a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

exec/extract_df.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"""
44

55
import sys
6+
67
from ROOT import TFile, TObject # pylint: disable=import-error
78

89
# print(f"Name of the script : {sys.argv[0]=}")

exec/get_parents.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import sys
2+
23
from ROOT import TFile # pylint: disable=import-error
34

45
for f in sys.argv[1:]:

0 commit comments

Comments
 (0)