Skip to content

Commit 99181e2

Browse files
Update test/test_from_scratch.py
Removing Additional Blank line Co-authored-by: Iakov GAN <[email protected]>
1 parent fddbff8 commit 99181e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_from_scratch.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,6 @@ def test_rds_db_major_engine_versions_data(athena):
341341
data = athena_query(athena=athena, sql_query='SELECT * FROM "optimization_data"."rds_db_major_engine_versions" LIMIT 10;')
342342
assert len(data) > 0, 'rds_db_major_engine_versions is empty'
343343

344-
345344
if __name__ == '__main__':
346345
pytest.params = {}
347346
if '--no-teardown' in sys.argv:

0 commit comments

Comments
 (0)