Skip to content

Commit

Permalink
Mute pyright warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AsynchronousAI committed Mar 15, 2024
1 parent 52995ea commit 8efd306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rbxpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ####
Expand Down

0 comments on commit 8efd306

Please sign in to comment.