code format with black

This commit is contained in:
Jakob Ketterl
2019-08-11 11:37:45 +02:00
parent 92321a3b4e
commit d467d79bdf
5 changed files with 24 additions and 20 deletions

View File

@ -377,7 +377,7 @@ class SpectrumThread(csdr.output):
self.dsp.start()
def supports_type(self, t):
return t == 'audio'
return t == "audio"
def receive_output(self, type, read_fn):
if self.props["csdr_dynamic_bufsize"]: