1
0
forked from VimPlug/jedi

Use Path instead of str if possible

This commit is contained in:
Dave Halter
2021-01-14 01:32:57 +01:00
parent b6fd81f1e1
commit 837cb1106a
2 changed files with 2 additions and 3 deletions
-2
View File
@@ -181,8 +181,6 @@ class InferenceState:
def parse_and_get_code(self, code=None, path=None,
use_latest_grammar=False, file_io=None, **kwargs):
if path is not None:
path = str(path)
if code is None:
if file_io is None:
file_io = FileIO(path)