Prettier
This commit is contained in:
parent
1f59d9cd9a
commit
d4166db9ab
2 changed files with 3 additions and 2 deletions
2
dmx.py
2
dmx.py
|
|
@ -94,7 +94,7 @@ class RotatingRainbow:
|
|||
return rgb
|
||||
|
||||
def __str__(self):
|
||||
return "{type(self).__name__}"
|
||||
return f"{type(self).__name__}"
|
||||
|
||||
|
||||
class Chase(Steady):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue