mirror of
https://github.com/davidhalter/jedi.git
synced 2026-04-28 06:35:30 +08:00
Some code cleanups
This commit is contained in:
@@ -361,8 +361,6 @@ def _is_django_path(directory):
|
||||
except (FileNotFoundError, IsADirectoryError, PermissionError):
|
||||
return False
|
||||
|
||||
return False
|
||||
|
||||
|
||||
def get_default_project(path=None):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user