Skip to content

Commit ee5ef05

Browse files
committed
Format with black and isort
1 parent f526739 commit ee5ef05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

zigpy_znp/zigbee/application.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
import zigpy.zdo.types as zdo_t
2020
import zigpy.application
2121
from zigpy.types import deserialize as list_deserialize
22-
from zigpy.exceptions import DeliveryError
2322
from zigpy.config import CONF_ADDITIONAL_ENDPOINTS
24-
23+
from zigpy.exceptions import DeliveryError
2524

2625
import zigpy_znp.const as const
2726
import zigpy_znp.types as t

0 commit comments

Comments
 (0)