X Tutup
Skip to content

Commit 66d9840

Browse files
committed
Remove unused class
1 parent e4c1bd0 commit 66d9840

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

bpython/test/test_autocomplete.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -214,16 +214,6 @@ def method(self, x):
214214
pass
215215

216216

217-
class OldStyleFoo:
218-
a = 10
219-
220-
def __init__(self):
221-
self.b = 20
222-
223-
def method(self, x):
224-
pass
225-
226-
227217
class Properties(Foo):
228218
@property
229219
def asserts_when_called(self):

0 commit comments

Comments
 (0)
X Tutup