mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
code formatting
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
c696b4f2f2
commit
e59a14852b
1 changed files with 3 additions and 1 deletions
|
|
@ -157,7 +157,9 @@ def separate_pages(filepath: str, pages_to_split_on: list[int]) -> list[str]:
|
|||
|
||||
|
||||
def save_to_dir(
|
||||
filepath: str, newname: str = None, target_dir: str = settings.CONSUMPTION_DIR
|
||||
filepath: str,
|
||||
newname: str = None,
|
||||
target_dir: str = settings.CONSUMPTION_DIR,
|
||||
):
|
||||
"""
|
||||
Copies filepath to target_dir.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue