Skip to content

Commit d7a449c

Browse files
fix
1 parent 9d1b435 commit d7a449c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exasol/toolbox/nox/_lint.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ def import_lint(session: Session) -> None:
8383

8484
args: argparse.Namespace = parser.parse_args(args=session.posargs)
8585
file: str = args.config
86-
print(f"-{file}-")
87-
path: Path
86+
path: Path | None = None
8887
if file is None:
8988
path = getattr(PROJECT_CONFIG, "importlinter", Path(".importlinter"))
9089
else:

0 commit comments

Comments
 (0)