Skip to content

Commit 084bbcb

Browse files
committed
STY: removed random code
1 parent 14c02e8 commit 084bbcb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/core/frame.py

-5
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ def f(self, other):
9090

9191
return f
9292

93-
class Foo(object):
94-
95-
def __repr__(self):
96-
return u'\u03c3'
97-
9893
#-------------------------------------------------------------------------------
9994
# DataFrame class
10095

0 commit comments

Comments
 (0)