Skip to content

Commit

Permalink
wrong type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
vgoehler committed Mar 3, 2020
1 parent 943aec3 commit db67949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_eulerian_video_magnification/magnify.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def _high(self) -> float:
return self._data['high']

@property
def _levels(self) -> float:
def _levels(self) -> int:
return self._data['levels']

@property
Expand Down

0 comments on commit db67949

Please sign in to comment.