mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-26 19:30:31 +00:00
Chore(mypy): Annotate None returns for typing improvements (#11213)
This commit is contained in:
@@ -3,7 +3,7 @@ import uuid
|
||||
|
||||
|
||||
class LoggingMixin:
|
||||
def renew_logging_group(self):
|
||||
def renew_logging_group(self) -> None:
|
||||
"""
|
||||
Creates a new UUID to group subsequent log calls together with
|
||||
the extra data named group
|
||||
|
||||
Reference in New Issue
Block a user