Skip to content

Commit

Permalink
[format] Fix flake8 complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jul 13, 2023
1 parent 56b3472 commit 1cac1c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion python/podio/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def put_parameter(self, key, value):

self._param_key_types = self._get_param_keys_types() # refresh the cache


def get_parameters(self):
"""Get the complete podio::GenericParameters object stored in this Frame.
Expand Down
1 change: 0 additions & 1 deletion python/podio/root_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from ROOT import podio # noqa: E402 # pylint: disable=wrong-import-position



class Reader(BaseReaderMixin):
"""Reader class for reading podio root files."""

Expand Down
2 changes: 1 addition & 1 deletion python/podio/test_Frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# using root_io as that should always be present regardless of which backends are built
from podio.root_io import Reader

from test_utils import ExampleClusterCollection, ExampleHitCollection
from test_utils import ExampleHitCollection

# The expected collections in each frame
EXPECTED_COLL_NAMES = {
Expand Down

0 comments on commit 1cac1c7

Please # to comment.