We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399ffb4 commit 677f678Copy full SHA for 677f678
plugwise_usb/nodes/circle.py
@@ -8,7 +8,7 @@
8
from datetime import UTC, datetime
9
from functools import wraps
10
import logging
11
-from match import ceil
+from math import ceil
12
from typing import Any, Final, TypeVar, cast
13
14
from ..api import (
0 commit comments