Skip to content

Commit d16b08c

Browse files
authored
Small import errors. (#7)
Co-authored-by: Reto Schuettel <[email protected]>
1 parent d25d1ca commit d16b08c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

dingz/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
"""Base details for the dingz Python bindings."""
22
import asyncio
3-
import json
43
import socket
54
from typing import Any, Mapping, Optional
65

76
import aiohttp
87
import async_timeout
98

109
from .constants import TIMEOUT, USER_AGENT, CONTENT_TYPE_JSON, CONTENT_TYPE, CONTENT_TYPE_TEXT_PLAIN
11-
from .exceptions import DingzConnectionError, DingzError
10+
from .exceptions import DingzConnectionError
1211

1312

1413
async def make_call(

dingz/dingz.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Python client/wrapper to interact with dingz devices."""
22
import logging
3-
import json
43
import aiohttp
54
from yarl import URL
65

0 commit comments

Comments
 (0)