Skip to content

Commit

Permalink
chore: make ruff happy
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng committed Dec 13, 2023
1 parent fb3ea16 commit a67f1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def python_path_from_venv(cls, workspace_folder: str) -> Optional[str]:
"""
Resolves the python binary path depending on environment variables and files in the workspace.
See https://github.com/fannheyward/coc-pyright/blob/d58a468b1d7479a1b56906e386f44b997181e307/src/configSettings.ts#L47. # noqa: E501
@see https://github.com/fannheyward/coc-pyright/blob/d58a468b1d7479a1b56906e386f44b997181e307/src/configSettings.ts#L47
"""

def binary_from_python_path(path: str) -> Optional[str]:
Expand Down

0 comments on commit a67f1db

Please sign in to comment.