mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Remove unused test code
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
"""
|
||||
An import tree, for testing references.
|
||||
"""
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
from . import b
|
||||
|
||||
def foo():
|
||||
b.bar()
|
||||
@@ -1,2 +0,0 @@
|
||||
def bar():
|
||||
pass
|
||||
Reference in New Issue
Block a user