Skip to content

Commit e32005e

Browse files
committed
Ran ruff format
1 parent 0f182a0 commit e32005e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pylsp/workspace.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,9 @@ def get_enviroment(self, environment_path=None, env_vars=None):
570570

571571
return environment
572572

573-
def sys_path(self, environment_path=None, env_vars=None, prioritize=False, extra_paths=[]):
573+
def sys_path(
574+
self, environment_path=None, env_vars=None, prioritize=False, extra_paths=[]
575+
):
574576
# Copy our extra sys path
575577
path = list(self._extra_sys_path)
576578
environment = self.get_enviroment(

0 commit comments

Comments
 (0)