From 9da46406e04c10dde4f78f8bdf0115e7a01c305e Mon Sep 17 00:00:00 2001 From: naglepuff Date: Wed, 1 Feb 2023 16:33:17 -0500 Subject: [PATCH] Reformat with black v23 --- imagedephi/gui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/imagedephi/gui.py b/imagedephi/gui.py index e9313dcd..9f1c9a6a 100644 --- a/imagedephi/gui.py +++ b/imagedephi/gui.py @@ -27,7 +27,6 @@ def select_directory( input_directory: Path = Path("/"), # noqa: B008 output_directory: Path = Path("/"), # noqa: B008 ): - if not input_directory.is_dir(): raise HTTPException(status_code=404, detail="Input directory not a directory") if not output_directory.is_dir():