Skip to content

Commit f9a6f8c

Browse files
committed
fix: resolve conflicts
1 parent 213a067 commit f9a6f8c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/util.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,10 @@
33
import argparse
44
import stat
55
import subprocess
6-
import sys
76
from pathlib import Path
87
from typing import Any
98
from typing import Callable
109
from typing import Optional
11-
<<<<<<< ours
12-
print(sys.version_info)
13-
print(sys.executable)
14-
from typing_extensions import TypeAlias
15-
=======
16-
>>>>>>> theirs
1710

1811

1912
REPO_FOLDER: Path = Path(__file__).resolve().parent.parent

0 commit comments

Comments
 (0)