We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8321f2 commit 836e216Copy full SHA for 836e216
conformance/src/type_checker.py
@@ -219,9 +219,6 @@ def install(self) -> bool:
219
check=True,
220
)
221
222
- # Force the Python wrapper to install node if needed
223
- # and download the latest version of ty.
224
- self.get_version()
225
return True
226
except CalledProcessError:
227
print("Unable to install ty")
0 commit comments