Skip to content

Commit c166322

Browse files
committed
sort config_flow.py
1 parent 0972656 commit c166322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/hafas/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from enum import StrEnum
77

88
from pyhafas import HafasClient
9-
from pyhafas.profile import KVBProfile, VSNProfile, RKRPProfile, NASAProfile
9+
from pyhafas.profile import KVBProfile, NASAProfile, RKRPProfile, VSNProfile
1010
from pyhafas.types.fptf import Station
1111
import voluptuous as vol
1212

0 commit comments

Comments
 (0)