Skip to content

Commit 520c3b9

Browse files
committed
Fix unused variable
1 parent 3a41fdf commit 520c3b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

MODULE.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ bazel_dep(name = "rules_uv", version = "0.44.0")
1414
# configuration
1515
PYTHON_VERSION = "3.12"
1616

17-
PYTHON_VERSION_SNAKE = PYTHON_VERSION.replace(".", "_")
18-
1917
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
2018
python.toolchain(python_version = PYTHON_VERSION)
2119
use_repo(python, "python_versions")

0 commit comments

Comments
 (0)