Skip to content

Commit f4ebcd5

Browse files
committed
Import json
1 parent 1983451 commit f4ebcd5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
from __future__ import annotations
77

8+
import json
89
import xmltodict
910
from typing import cast
1011

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies = [
2929
"aiofiles",
3030
"aiohttp",
3131
"defusedxml",
32+
"json",
3233
"munch",
3334
"python-dateutil",
3435
"xmltodict",

0 commit comments

Comments
 (0)