Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
b92b890
1
Parent(s):
8278435
Update fix display attempt
Browse files- radiobee/__main__.py +1 -1
radiobee/__main__.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
"""Run
|
2 |
# pylint: disable=invalid-name, too-many-arguments, unused-argument, redefined-builtin, unused-import, wrong-import-position, too-many-locals, too-many-statements
|
3 |
from typing import Any, Tuple, Optional, Union # noqa
|
4 |
|
|
|
1 |
+
"""Run radiobee."""
|
2 |
# pylint: disable=invalid-name, too-many-arguments, unused-argument, redefined-builtin, unused-import, wrong-import-position, too-many-locals, too-many-statements
|
3 |
from typing import Any, Tuple, Optional, Union # noqa
|
4 |
|