Skip to content

Commit

Permalink
treewide: cleanup unused imports
Browse files Browse the repository at this point in the history
Suppresses flake8 errors like this:

F401 'json' imported but unused
  • Loading branch information
stintel committed Jan 17, 2024
1 parent 2e68f81 commit 8da5860
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/internal/command_endpoints/ha_rest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import json

from jsonget import json_get, json_get_default

from . import CommandEndpointResponse, CommandEndpointResult
Expand Down
1 change: 0 additions & 1 deletion app/internal/command_endpoints/rest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
import logging
from . import (
CommandEndpoint,
Expand Down
1 change: 0 additions & 1 deletion app/internal/was.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from logging import getLogger

from num2words import num2words
from websockets.sync.client import connect

from ..const import (
DIR_OTA,
Expand Down

0 comments on commit 8da5860

Please sign in to comment.