Skip to content

Commit

Permalink
Merge pull request #8 from ParkenDD/add-bfrk
Browse files Browse the repository at this point in the history
add bfrk to registry
  • Loading branch information
the-infinity authored Mar 20, 2024
2 parents 677b3bb + 9a1395d commit 9ebc0a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/parkapi_sources/parkapi_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@
)
from .converters.base_converter.pull import PullConverter
from .converters.base_converter.push import PushConverter
from .converters.bfrk import BfrkCarPushConverter, BfrkBikePushConverter
from .exceptions import MissingConfigException, MissingConverterException
from .util import ConfigHelper


class ParkAPISources:

Check failure on line 28 in src/parkapi_sources/parkapi_sources.py

View workflow job for this annotation

GitHub Actions / lint (3)

Ruff (I001)

src/parkapi_sources/parkapi_sources.py:6:1: I001 Import block is un-sorted or un-formatted
converter_classes: list[Type[BaseConverter]] = [
BahnV2PullConverter,
BfrkBikePushConverter,
BfrkCarPushConverter,
FreiburgPullConverter,
HeidelbergPullConverter,
KarlsruhePullConverter,
Expand Down

0 comments on commit 9ebc0a7

Please sign in to comment.