Skip to content

Commit a15fb60

Browse files
committed
[df] Ruff changes in test file
1 parent d68471d commit a15fb60

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

roottest/python/distrdf/backends/test_all.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
1+
import shlex
12
import sys
23

34
import pytest
4-
55
from check_backend import *
66
from check_cloned_actions import *
7-
from check_distribute_cppcode import *
87
from check_definepersample import *
9-
from check_fromspec import *
8+
from check_distribute_cppcode import *
9+
from check_distribute_headers_sharedlibs_files import *
1010
from check_explicit_api import *
11-
from check_friend_trees_alignment import *
1211
from check_friend_trees import *
12+
from check_friend_trees_alignment import *
13+
from check_fromspec import *
1314
from check_histo_write import *
14-
from check_distribute_headers_sharedlibs_files import *
1515
from check_inv_mass import *
1616
from check_live_visualize import *
1717
from check_missing_values import *
1818
from check_reducer_merge import *
1919
from check_rungraphs import *
2020
from check_variations import *
2121

22-
import shlex
23-
2422
if __name__ == "__main__":
2523
# The call to sys.exit is needed otherwise CTest would just ignore the
2624
# results returned by pytest, even in case of errors.

0 commit comments

Comments
 (0)