flake8: E211 whitespace before '('

This commit is contained in:
sshakndr
2023-10-23 15:19:50 +07:00
parent f1670c38df
commit 88f058f7b6

View File

@ -99,7 +99,7 @@ def getCorrectName(filename, req):
# get server url
def getServerUrl (forDocumentServer, req):
def getServerUrl(forDocumentServer, req):
example_url = config_manager.example_url()
if (forDocumentServer and example_url is not None):
return example_url.geturl()