diff --git a/jedi/settings.py b/jedi/settings.py index e95940fd..666547c9 100644 --- a/jedi/settings.py +++ b/jedi/settings.py @@ -74,12 +74,6 @@ Caching .. autodata:: function_definition_validity -Various -~~~~~~~ - -.. autodata:: part_line_length - - """ import os import platform @@ -217,20 +211,10 @@ to be faster than a normal completion. This is the factor that is used to scale `max_executions` and `max_until_execution_unique`: """ -# ---------------- -# various -# ---------------- - -part_line_length = 20 -""" -Size of the current code part, which is used to speed up parsing. -""" - # ---------------- # caching validity (time) # ---------------- - star_import_cache_validity = 60.0 """ In huge packages like numpy, checking all star imports on every completion