Skip to content

Commit 092ecc5

Browse files
Update test_opt.py
Co-Authored-By: devdanzin <74280297+devdanzin@users.noreply.github.com>
1 parent 3e081b9 commit 092ecc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2312,6 +2312,7 @@ def test_attr_promotion_failure(self):
23122312
import _testinternalcapi
23132313
import opcode
23142314
import _opcode
2315+
import email
23152316
23162317
def get_first_executor(func):
23172318
code = func.__code__
@@ -2326,8 +2327,6 @@ def get_first_executor(func):
23262327
def get_opnames(ex):
23272328
return {item[0] for item in ex}
23282329
2329-
import email
2330-
23312330
def testfunc(n):
23322331
for _ in range(n):
23332332
email.jit_testing = None

0 commit comments

Comments
 (0)