Skip to content

Commit 19e7c4d

Browse files
committed
apply black formatting
1 parent c6be26f commit 19e7c4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/aging_gan/inference.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ def parse_args() -> argparse.Namespace:
2828
p.add_argument(
2929
"--input",
3030
type=str,
31-
default=str(
32-
Path(__file__).resolve().parents[2] / "images/example.png"
33-
),
31+
default=str(Path(__file__).resolve().parents[2] / "images/example.png"),
3432
help="Path to source image (required for 'infer')",
3533
)
3634
p.add_argument(

0 commit comments

Comments
 (0)