mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
committed by
GitHub
parent
f7c9ee9433
commit
ab97e9f784
@@ -12,7 +12,7 @@ class TestSetupReadline(unittest.TestCase):
|
||||
class NameSpace(object):
|
||||
pass
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
def setUp(self, *args, **kwargs):
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
self.namespace = self.NameSpace()
|
||||
|
||||
Reference in New Issue
Block a user