mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-15 11:04:55 +00:00
all: Format with black.
Also activate auto formatting. Bump flake8 and mark black disagreements in setup.cfg.
This commit is contained in:
@@ -97,7 +97,7 @@ class Speaker:
|
||||
"""
|
||||
pass
|
||||
|
||||
def set_volume(self, volume, which='_all_'):
|
||||
def set_volume(self, volume, which="_all_"):
|
||||
"""Sets the speaker volume.
|
||||
|
||||
Arguments:
|
||||
|
||||
Reference in New Issue
Block a user