##// END OF EJS Templates
Change defaults to be consistent with original defaults and REPL performance. #10728 #10988
David Cottrell -
Show More
@@ -144,6 +144,7 b' skip_doctest = True'
144 144
145 145 try:
146 146 import jedi
147 jedi.settings.case_insensitive_completion = False
147 148 import jedi.api.helpers
148 149 import jedi.api.classes
149 150 JEDI_INSTALLED = True
General Comments 0
You need to be logged in to leave comments. Login now