Skip to content

Commit 8bad400

Browse files
committed
linting
1 parent 8e7a637 commit 8bad400

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

references/optical_flow/train.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,7 @@ def get_args_parser(add_help=True):
324324
type=str,
325325
help="The name of the experiment - determines the name of the files where weights are saved.",
326326
)
327-
parser.add_argument(
328-
"--output-dir", default=".", type=str, help="Output dir where checkpoints will be stored."
329-
)
327+
parser.add_argument("--output-dir", default=".", type=str, help="Output dir where checkpoints will be stored.")
330328
parser.add_argument(
331329
"--resume",
332330
type=str,

0 commit comments

Comments
 (0)