diff --git a/src/rbxpy.py b/src/rbxpy.py index bc22e79..d06f380 100644 --- a/src/rbxpy.py +++ b/src/rbxpy.py @@ -17,8 +17,8 @@ #### PYRIGHT #### def check_pyright(): exists = shutil.which("pyright") is not None - if not exists: - warn("pyright is not installed, install it for more descriptive and compiler errors.") + # if not exists: + # warn("pyright is not installed, install it for more descriptive and compiler errors.") return exists #### COMPILER ####