Skip to content

Commit a6829dc

Browse files
committed
Fix lint
1 parent 9551f5c commit a6829dc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyls/workspace.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,8 @@ def _create_document(self, doc_uri, source=None, version=None):
104104

105105
class Document(object):
106106

107-
def __init__(
108-
self, uri, source=None, version=None, local=True, extra_sys_path=None, rope_project_builder=None,
109-
config=None,
110-
):
107+
def __init__(self, uri, source=None, version=None, local=True, extra_sys_path=None, rope_project_builder=None,
108+
config=None):
111109
self.uri = uri
112110
self.version = version
113111
self.path = uris.to_fs_path(uri)

0 commit comments

Comments
 (0)