Skip to content

Commit 415ba2b

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3c08c6e commit 415ba2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yaqd-core/yaqd_core/_is_sensor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
if TYPE_CHECKING:
1313
try:
1414
from typing import TypeAlias
15+
1516
MeasureType: TypeAlias = dict[str, float]
1617
except ImportError: # python <=3.8
1718
MeasureType = Dict[str, float]

0 commit comments

Comments
 (0)