Skip to content

Commit

Permalink
Reorder __all__ exports for consistency in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Nov 25, 2024
1 parent 863ddd1 commit 680d267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/hamburg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from .models import DisabledParking, Garage, ParkAndRide

__all__ = [
"DisabledParking",
"Garage",
"ParkAndRide",
"UDPHamburg",
"UDPHamburgConnectionError",
"UDPHamburgError",
"DisabledParking",
"ParkAndRide",
"Garage",
]

0 comments on commit 680d267

Please sign in to comment.