We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7d402f + 63e4f9f commit 9ccc85bCopy full SHA for 9ccc85b
1 file changed
scripts/release.py
@@ -5,9 +5,8 @@
5
import shutil
6
import subprocess
7
import sys
8
-from pathlib import Path
9
-
10
import tomllib
+from pathlib import Path
11
12
ROOT = Path(__file__).resolve().parents[1]
13
0 commit comments