Skip to content

Commit b4aef19

Browse files
Remove unnecessary blank line in test
Co-authored-by: Gui-FernandesBR <[email protected]>
1 parent 2f93c34 commit b4aef19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/unit/test_flight_data_exporter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@ def test_export_data_csv_column_names_no_leading_spaces(flight_calisto, tmp_path
227227

228228
# Verify with pandas that columns are accessible without leading spaces
229229
pd = pytest.importorskip("pandas")
230-
231230
df = pd.read_csv(file_name)
232231
columns = df.columns.tolist()
233232

0 commit comments

Comments
 (0)