Skip to content

Commit

Permalink
Fix typing in proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Dec 17, 2024
1 parent 395b3d1 commit fe5fe05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def __init__(
self._unit = unit
self._description = description
self._advisory = advisory
self._real_instrument: Optional[InstrumentT] = None
self._real_instrument: Optional[Histogram] = None

def record(
self,
Expand Down

0 comments on commit fe5fe05

Please sign in to comment.