Skip to content

Commit 96beb6e

Browse files
committed
Sort imports
1 parent e42c2c7 commit 96beb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/messages/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from __future__ import annotations
44

5-
from enum import Enum
65
from datetime import UTC, datetime
6+
from enum import Enum
77
from typing import Any
88

99
from ..constants import MESSAGE_FOOTER, MESSAGE_HEADER, UTF8

0 commit comments

Comments
 (0)