mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-07 02:23:59 +08:00
again refactorings
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ class TestRegression(unittest.TestCase):
|
||||
s = ("def abc(): pass\n"
|
||||
"abc.d.a.abc.d"
|
||||
)
|
||||
functions.get_related_names(s, 2, 2, '/')
|
||||
functions.related_names(s, 2, 2, '/')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user