mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
code formatting
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
c696b4f2f2
commit
e59a14852b
@ -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…
x
Reference in New Issue
Block a user