mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 07:14:48 +08:00
fix import problems with negative kill_counts, fixes #111
This commit is contained in:
@@ -121,7 +121,6 @@ class TestRegression(TestBase):
|
||||
|
||||
# 111
|
||||
assert self.complete("from datetime import") == []
|
||||
print self.complete("from datetime import ")
|
||||
assert self.complete("from datetime import ")
|
||||
|
||||
def test_get_in_function_call(self):
|
||||
|
||||
Reference in New Issue
Block a user