Skip to content

Commit 325c2c8

Browse files
committed
Ran ruff format
1 parent 32b1894 commit 325c2c8

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
@@ -584,7 +584,9 @@ def get_enviroment(self, environment_path=None, env_vars=None):
584584

585585
return environment
586586

587-
def sys_path(self, environment_path=None, env_vars=None, prioritize=False, extra_paths=[]):
587+
def sys_path(
588+
self, environment_path=None, env_vars=None, prioritize=False, extra_paths=[]
589+
):
588590
# Copy our extra sys path
589591
path = list(self._extra_sys_path)
590592
environment = self.get_enviroment(

0 commit comments

Comments
 (0)