We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602c603 commit 36d82b1Copy full SHA for 36d82b1
2 files changed
changelog.d/+a92fd53c.fixed.md
@@ -0,0 +1 @@
1
+Remove an unused import in `scripts/release.py` when the project version is provided dynamically.
template/scripts/release.py.jinja
@@ -19,8 +19,8 @@ from __future__ import annotations
19
import argparse
20
{%- if not dynamic_version %}
21
import enum
22
-{%- endif %}
23
import json
+{%- endif %}
24
import subprocess
25
import sys
26
from contextlib import contextmanager
0 commit comments