Skip to content

Commit c5f16d6

Browse files
Fix from black reformatter
1 parent ad43b7f commit c5f16d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/excel/test_readers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def test_close_from_py_localpath(self, read_ext):
637637
from py.path import local as LocalPath
638638

639639
str_path = os.path.join("test1" + read_ext)
640-
with open(str_path, 'rb') as f:
640+
with open(str_path, "rb") as f:
641641
x = pd.read_excel(f, "Sheet1", index_col=0)
642642
del x
643643
# should not throw an exception because the passed file was closed

0 commit comments

Comments
 (0)