Skip to content

Commit 36d82b1

Browse files
committed
fix: remove an unused import in the release script
1 parent 602c603 commit 36d82b1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.d/+a92fd53c.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove an unused import in `scripts/release.py` when the project version is provided dynamically.

template/scripts/release.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ from __future__ import annotations
1919
import argparse
2020
{%- if not dynamic_version %}
2121
import enum
22-
{%- endif %}
2322
import json
23+
{%- endif %}
2424
import subprocess
2525
import sys
2626
from contextlib import contextmanager

0 commit comments

Comments
 (0)