mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-26 01:16:16 +00:00
Standarizes the imports across all the files and modules (#4248)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# this is here so that django finds the checks.
|
||||
from .checks import changed_password_check
|
||||
from .checks import parser_check
|
||||
from documents.checks import changed_password_check
|
||||
from documents.checks import parser_check
|
||||
|
||||
__all__ = ["changed_password_check", "parser_check"]
|
||||
|
Reference in New Issue
Block a user