Update ge_erd_number.py

This commit is contained in:
elwing00 2022-07-14 13:22:16 -04:00 committed by GitHub
parent f9019b37c3
commit bafd8ad141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class GeErdNumber(GeErdEntity, NumberEntity):
@property
def native_step(self) -> float:
return self._step_value
return self._native_step
@property
def mode(self) -> float: