Skip to content

Commit

Permalink
Revert "make ruff import sorting happy"
Browse files Browse the repository at this point in the history
This reverts commit df74ff4.
  • Loading branch information
Victor-Schwan committed Nov 6, 2024
1 parent a195d88 commit d3df4e5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions python/podio/root_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,8 @@
gSystem.Load("libpodioRootIO") # noqa: E402
from ROOT import podio # noqa: E402 # pylint: disable=wrong-import-position

from podio.base_reader import ( # pylint: disable=wrong-import-position # noqa: E402
BaseReaderMixin,
)
from podio.base_writer import ( # pylint: disable=wrong-import-position # noqa: E402
BaseWriterMixin,
)
from podio.base_reader import BaseReaderMixin # pylint: disable=wrong-import-position # noqa: E402
from podio.base_writer import BaseWriterMixin # pylint: disable=wrong-import-position # noqa: E402


class Reader(BaseReaderMixin):
Expand Down

0 comments on commit d3df4e5

Please sign in to comment.