We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213a067 commit f9a6f8cCopy full SHA for f9a6f8c
1 file changed
scripts/util.py
@@ -3,17 +3,10 @@
3
import argparse
4
import stat
5
import subprocess
6
-import sys
7
from pathlib import Path
8
from typing import Any
9
from typing import Callable
10
from typing import Optional
11
-<<<<<<< ours
12
-print(sys.version_info)
13
-print(sys.executable)
14
-from typing_extensions import TypeAlias
15
-=======
16
->>>>>>> theirs
17
18
19
REPO_FOLDER: Path = Path(__file__).resolve().parent.parent
0 commit comments