Skip to content

Commit 1285dbb

Browse files
committed
flake8 testing
1 parent 4cf9231 commit 1285dbb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pandas/io/sas/sasreader.py

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"""
44
from pandas import compat
55

6+
67
def read_sas(filepath_or_buffer, format=None, index=None, encoding=None,
78
chunksize=None, iterator=False):
89

pandas/io/tests/sas/test_sas.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from pandas.compat import StringIO
33
from pandas import read_sas
44

5+
56
class TestSas(tm.TestCase):
67

78
def test_sas_buffer_format(self):

0 commit comments

Comments
 (0)