Skip to content

Commit 00fb7d0

Browse files
authored
Update conformance/src/type_checker.py
1 parent 4bde4aa commit 00fb7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance/src/type_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def install(self) -> bool:
200200
return True
201201
except (CalledProcessError, FileNotFoundError):
202202
print(
203-
"Unable to run pyrefly. Install conformance dependencies with "
203+
"Unable to run ty. Install conformance dependencies with "
204204
"'uv sync --frozen' from the conformance directory."
205205
)
206206
return False

0 commit comments

Comments
 (0)