1
0
forked from VimPlug/jedi

Fix the compatibility docstring

This commit is contained in:
Dave Halter
2020-07-02 01:58:38 +02:00
parent 9838040ca3
commit 782c561e86
12 changed files with 13 additions and 33 deletions

View File

@@ -1,10 +1,10 @@
import sys
from textwrap import dedent
import inspect
from unittest import TestCase
import pytest
from ..helpers import TestCase
from jedi import cache
from jedi.parser_utils import get_signature
from jedi import Interpreter