Skip to content

Commit 7c224a7

Browse files
Refactor import statements for clarity in sensors.py
1 parent bf74e2b commit 7c224a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dummysensors/sensors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from __future__ import annotations
2-
import random, math
2+
import random
3+
import math
34
from dataclasses import dataclass, field
45

56
@dataclass

0 commit comments

Comments
 (0)