mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-05 20:34:16 +08:00
rename non-cycling imports to 'from jedi import ..'
This commit is contained in:
@@ -16,10 +16,10 @@ annotations.
|
||||
|
||||
import re
|
||||
|
||||
import cache
|
||||
from jedi import cache
|
||||
from jedi import parsing
|
||||
import evaluate
|
||||
import evaluate_representation as er
|
||||
import parsing
|
||||
|
||||
DOCSTRING_PARAM_PATTERNS = [
|
||||
r'\s*:type\s+%s:\s*([^\n]+)', # Sphinx
|
||||
|
||||
Reference in New Issue
Block a user