Skip to content

Commit 34ffb6a

Browse files
pre-commit-ci[bot]bouwew
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7446832 commit 34ffb6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugwise/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
"""
55
from __future__ import annotations
66

7+
from typing import cast
8+
79
import aiohttp
810
from defusedxml import ElementTree as etree
9-
from typing import cast
1011

1112
# Dict as class
1213
from munch import Munch

0 commit comments

Comments
 (0)