Skip to content

Commit 6db79fe

Browse files
committed
REF: remove cruft
1 parent 7deba72 commit 6db79fe

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pandas/io/parsers.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -375,18 +375,6 @@ def to_clipboard(obj): # pragma: no cover
375375
from pandas.util.clipboard import clipboard_set
376376
clipboard_set(str(obj))
377377

378-
class BufferedReader(object):
379-
"""
380-
For handling different kinds of files, e.g. zip files where reading out a
381-
chunk of lines is faster than reading out one line at a time.
382-
"""
383-
384-
def __init__(self, fh, delimiter=','):
385-
pass # pragma: no coverage
386-
387-
class BufferedCSVReader(BufferedReader):
388-
pass
389-
390378

391379
# common NA values
392380
# no longer excluding inf representations

0 commit comments

Comments
 (0)