mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
ruff: Fix PLE0101 Explicit return in __init__
.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
f78c2eab2c
commit
d145644f85
@@ -64,4 +64,4 @@ class ZulipStorage(IgnoreBundlesManifestStaticFilesStorage):
|
||||
# deployment, which ensures that we always use the correct static
|
||||
# assets for each deployment.
|
||||
def __init__(self) -> None:
|
||||
return super().__init__(manifest_storage=FileSystemStorage(location=settings.DEPLOY_ROOT))
|
||||
super().__init__(manifest_storage=FileSystemStorage(location=settings.DEPLOY_ROOT))
|
||||
|
Reference in New Issue
Block a user