File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ def test_reload_with_file(self):
8282 io = self .io
8383 text = io .editwin .text
8484
85- # Create a temporary file
8685 with tempfile .NamedTemporaryFile (mode = 'w' , delete = False , suffix = '.py' ) as f :
8786 f .write ("# Original content\n " )
8887 temp_filename = f .name
@@ -107,7 +106,6 @@ def test_reload_with_unsaved_changes_cancel(self):
107106 io = self .io
108107 text = io .editwin .text
109108
110- # Create a temporary file
111109 with tempfile .NamedTemporaryFile (mode = 'w' , delete = False , suffix = '.py' ) as f :
112110 f .write ("# Original content\n " )
113111 temp_filename = f .name
@@ -138,7 +136,6 @@ def test_reload_with_unsaved_changes_confirm(self):
138136 io = self .io
139137 text = io .editwin .text
140138
141- # Create a temporary file
142139 with tempfile .NamedTemporaryFile (mode = 'w' , delete = False , suffix = '.py' ) as f :
143140 f .write ("# Original content\n " )
144141 temp_filename = f .name
You can’t perform that action at this time.
0 commit comments