Skip to content

Commit 677f678

Browse files
committed
Fix typo
1 parent 399ffb4 commit 677f678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from datetime import UTC, datetime
99
from functools import wraps
1010
import logging
11-
from match import ceil
11+
from math import ceil
1212
from typing import Any, Final, TypeVar, cast
1313

1414
from ..api import (

0 commit comments

Comments
 (0)