Skip to content

Commit

Permalink
chore!: reduce number of exports (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
maruel authored Oct 28, 2024
1 parent 6544cea commit a7d63b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ __pycache__/

# Distribution / packaging
.Python
bin/
env/
build/
develop-eggs/
Expand Down Expand Up @@ -84,6 +85,7 @@ celerybeat-schedule
.env

# virtualenv
pyvenv.cfg
.venv
venv/
ENV/
Expand Down
7 changes: 0 additions & 7 deletions hyundai_kia_connect_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,10 @@

# flake8: noqa
from .ApiImpl import (
ApiImpl,
ClimateRequestOptions,
WindowRequestOptions,
ScheduleChargingClimateRequestOptions,
)
from .ApiImplType1 import ApiImplType1
from .HyundaiBlueLinkAPIUSA import HyundaiBlueLinkAPIUSA
from .KiaUvoApiCA import KiaUvoApiCA
from .KiaUvoApiEU import KiaUvoApiEU
from .KiaUvoAPIUSA import KiaUvoAPIUSA
from .KiaUvoApiCN import KiaUvoApiCN

from .Token import Token
from .Vehicle import Vehicle
Expand Down

0 comments on commit a7d63b4

Please sign in to comment.