Skip to content

Commit 61d27fb

Browse files
committed
[df] Ruff format
1 parent ddf31bf commit 61d27fb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

roottest/python/distrdf/backends/check_explicit_api.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def test_rungraphs_3histos(self, payload):
4949
RDataFrame = ROOT.RDF.Distributed.Spark.RDataFrame
5050

5151
histoproxies = [
52-
RDataFrame(treename, filename, npartitions=2,
53-
executor=connection).Histo1D((col, col, 1, 40, 45), col)
52+
RDataFrame(treename, filename, npartitions=2, executor=connection).Histo1D((col, col, 1, 40, 45), col)
5453
for col in ["b1", "b2", "b3"]
5554
]
5655

@@ -89,6 +88,7 @@ def test_redefine_one_column(self, payload):
8988
assert sum_before.GetValue() == 10.0
9089
assert sum_after.GetValue() == 20.0
9190

91+
9292
class TestDeprecation:
9393
"""Test the deprecation message regarding the 'Experimental' module"""
9494

@@ -125,5 +125,6 @@ def test_warning_message(self, payload):
125125

126126
assert df.Count().GetValue() == 10
127127

128+
128129
if __name__ == "__main__":
129130
pytest.main(args=[__file__])

0 commit comments

Comments
 (0)