Skip to content

Commit 9dc4263

Browse files
committed
fix: remove unused import in the Nox configuration file
1 parent 527c90f commit 9dc4263

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

changelog.d/+cff2dfbd.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Removed unused import in `noxfile.py`: `from nox.command import CommandFailed`.

template/{% if tasks == 'nox' %}noxfile.py{% endif %}.jinja

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import os
1515
from pathlib import Path
1616

1717
import nox
18-
from nox.command import CommandFailed
1918

2019
nox.needs_version = ">=2025.2.9"
2120
nox.options.default_venv_backend = "uv"

0 commit comments

Comments
 (0)