Skip to content

Commit 836e216

Browse files
committed
fixup! fixup! fixup! feat: add ty
1 parent f8321f2 commit 836e216

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

conformance/src/type_checker.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ def install(self) -> bool:
219219
check=True,
220220
)
221221

222-
# Force the Python wrapper to install node if needed
223-
# and download the latest version of ty.
224-
self.get_version()
225222
return True
226223
except CalledProcessError:
227224
print("Unable to install ty")

0 commit comments

Comments
 (0)