Skip to content

Commit 0c19020

Browse files
committed
ci: fix a ruff complaint and mark update-upstream.py script as executable
1 parent d8841ae commit 0c19020

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

update-upstream.py

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@
44
import shlex
55
import subprocess
66
import sys
7-
import tomllib
87
import warnings
98

9+
import tomllib
10+
1011

1112
def _use_colors() -> bool:
1213
if 'NO_COLOR' in os.environ:

0 commit comments

Comments
 (0)