Skip to content

Commit

Permalink
[format] flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 25, 2023
1 parent 3dc2aa0 commit dccfadf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/podio/test_Frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
'emptyCollection', 'emptySubsetColl'
}
# The expected collections from the extension (only present in the other_events category)
EXPECTED_EXTENSION_COLL_NAMES = {"extension_Contained", "extension_ExternalComponent", "extension_ExternalRelation", "VectorMemberSubsetColl"}
EXPECTED_EXTENSION_COLL_NAMES = {
"extension_Contained", "extension_ExternalComponent", "extension_ExternalRelation",
"VectorMemberSubsetColl"
}

# The expected parameter names in each frame
EXPECTED_PARAM_NAMES = {'anInt', 'UserEventWeight', 'UserEventName', 'SomeVectorData', 'SomeValue'}
Expand Down

0 comments on commit dccfadf

Please sign in to comment.