Skip to content

Commit c8fdd2b

Browse files
committed
add blank line
1 parent 9dd5ec9 commit c8fdd2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_sql.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ def test_escaped_table_name(self):
952952

953953
tm.assert_frame_equal(res, df)
954954

955+
955956
@pytest.mark.single
956957
@pytest.mark.skipif(not SQLALCHEMY_INSTALLED, reason="SQLAlchemy not installed")
957958
class TestSQLApi(SQLAlchemyMixIn, _TestSQLApi):

0 commit comments

Comments
 (0)