Ran black and pylint on files.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
@@ -7,7 +7,7 @@ from release_tests.support import ADDR, get_port
|
||||
class Translate:
|
||||
"""Creates a translation mock for release testing."""
|
||||
|
||||
def __init__(self, url="/", replies=[]):
|
||||
def __init__(self, url="/", replies=None):
|
||||
"""Initialize"""
|
||||
|
||||
if not replies:
|
||||
|
||||
Reference in New Issue
Block a user