Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Dec 9, 2024
1 parent de26891 commit f7a55d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/k4FWCoreTest/options/ExampleGaudiFunctional.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
svc = IOSvc("IOSvc")
svc.Output = "functional_transformer.root"

producer = ExampleGaudiFunctionalProducer(
"Producer", OutputCollectionName="Output"
)
producer = ExampleGaudiFunctionalProducer("Producer", OutputCollectionName="Output")

mgr = ApplicationMgr(
TopAlg=[producer],
Expand Down

0 comments on commit f7a55d5

Please sign in to comment.