Skip to content

Commit 6fce800

Browse files
committed
restore file
1 parent 69dc81f commit 6fce800

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Lib/test/test_compile.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import math
66
import opcode
77
import os
8-
import re
98
import unittest
109
import sys
1110
import ast
@@ -25,7 +24,6 @@
2524
from test.support.bytecode_helper import instructions_with_positions
2625
from test.support.os_helper import FakePath
2726

28-
2927
class TestSpecifics(unittest.TestCase):
3028

3129
def compile_single(self, source):
@@ -1666,7 +1664,6 @@ def test_compile_warnings(self):
16661664

16671665
self.assertEqual(len(caught), 2)
16681666

1669-
16701667
class TestBooleanExpression(unittest.TestCase):
16711668
class Value:
16721669
def __init__(self):

0 commit comments

Comments
 (0)