Skip to content

Commit 211e909

Browse files
committed
removed empty lines
Signed-off-by: Sasha Meister <ameister@nvidia.com>
1 parent 1c658dd commit 211e909

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

tests/test_granary_pipeline_end_to_end.py

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,4 @@ def test_granary_pipeline_end_to_end(granary_data):
119119
assert reference_data == generated_data
120120

121121
if os.getenv("CLEAN_UP_TMP_PATH", "0") != "0":
122-
shutil.rmtree(granary_data)
123-
124-
125-
126-
127-
128-
129-
130-
131-
132-
133-
122+
shutil.rmtree(granary_data)

0 commit comments

Comments
 (0)