mirror of
https://github.com/onyx-and-iris/xair-api-python.git
synced 2026-02-14 17:57:47 +00:00
remove unnecessary assignment
This commit is contained in:
parent
deb298537f
commit
ce4fccdc85
@ -525,8 +525,7 @@ class EQ:
|
||||
|
||||
@property
|
||||
def quality(self) -> float:
|
||||
raw_value = self.getter('q')[0]
|
||||
retval = util.log_get(0.3, 10, 1.0 - raw_value)
|
||||
retval = util.log_get(0.3, 10, 1.0 - self.getter('q')[0])
|
||||
return round(retval, 1)
|
||||
|
||||
@quality.setter
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user