Skip to content

Commit

Permalink
Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet committed Sep 11, 2024
1 parent 9656718 commit dd604c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion example.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

from sfrbox_api.bridge import SFRBox


username: str = os.environ.get("SFRBOX_USERNAME", "admin")
password: str | None = os.environ.get("SFRBOX_PASSWORD")

Expand Down
1 change: 0 additions & 1 deletion src/sfrbox_api/bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
from .models import WlanInfo
from .models import WlanWl0Info


_LOGGER = logging.getLogger(__name__)
_T = TypeVar("_T")
_R = TypeVar("_R")
Expand Down
1 change: 0 additions & 1 deletion src/sfrbox_api/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from typing import Optional
from typing import Union


try:
from pydantic.v1 import validator
from pydantic.v1.dataclasses import dataclass
Expand Down

0 comments on commit dd604c7

Please sign in to comment.