kopia lustrzana https://github.com/erdewit/HiFiScan
Superfluous type annotation
rodzic
ff11f8da3a
commit
1322de2478
|
@ -60,7 +60,7 @@ class Analyzer:
|
|||
self.rate = rate
|
||||
self.fmin = min(f0, f1)
|
||||
self.fmax = max(f0, f1)
|
||||
self.time: float = 0
|
||||
self.time = 0
|
||||
|
||||
# Cache the methods in a way that allows garbage collection of self.
|
||||
for meth in ['X', 'Y', 'H', 'H2', 'h', 'h_inv', 'spectrum']:
|
||||
|
|
Ładowanie…
Reference in New Issue