Fix flake8 complaints
This commit is contained in:
parent
fefc3db527
commit
648252ecda
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@
|
|||
from __future__ import annotations
|
||||
from pathlib import Path
|
||||
from enum import IntEnum
|
||||
from pathlib import Path
|
||||
from typing import TYPE_CHECKING, Any, ContextManager, Iterator, cast
|
||||
|
||||
|
||||
|
@ -849,6 +848,7 @@ def parse_args() -> argparse.Namespace:
|
|||
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
args = parse_args()
|
||||
|
||||
dir_model = args.model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue