mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	code formatting
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
		| @@ -157,7 +157,9 @@ def separate_pages(filepath: str, pages_to_split_on: list[int]) -> list[str]: | |||||||
|  |  | ||||||
|  |  | ||||||
| def save_to_dir( | 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. |     Copies filepath to target_dir. | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Florian Brandes
					Florian Brandes