Skip to content

Commit

Permalink
Refactor __all__ in odp_gent to maintain consistent order of exported…
Browse files Browse the repository at this point in the history
… classes
  • Loading branch information
klaasnicolaas committed Nov 25, 2024
1 parent a766a06 commit 0b0c852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/odp_gent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
from .odp_gent import ODPGent

__all__ = [
"BlueBike",
"Garage",
"ODPGent",
"ODPGentConnectionError",
"ODPGentError",
"Garage",
"ParkAndRide",
"BlueBike",
"Partago",
]

0 comments on commit 0b0c852

Please sign in to comment.