Skip to content

Commit

Permalink
Change import order to make pylint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 2, 2024
1 parent 153ed6d commit 609ca1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/podio_schema_evolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Provides infrastructure for analyzing schema definitions for schema evolution
"""

import yaml
import sys
import yaml

from podio_gen.podio_config_reader import PodioConfigReader

Expand Down

0 comments on commit 609ca1d

Please sign in to comment.