Skip to content

Commit

Permalink
ruff: add ignore for not yet supported Optional flag
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenKelevra committed Dec 24, 2024
1 parent f354e16 commit 1c5dc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/measure/measure/powermeter/powermeter.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ def process_answers(self, answers: dict[str, Any]) -> None:
class PowerMeasurementResult(NamedTuple):
power: float
updated: float
voltage: Optional[float] = None
voltage: Optional[float] = None # noqa: F821

0 comments on commit 1c5dc61

Please sign in to comment.