Skip to content

Commit c86dbd9

Browse files
committed
Remove unused pypy check
1 parent 27fc6a0 commit c86dbd9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bpython/test/test_interpreter.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
import sys
21
import unittest
32

43
from curtsies.fmtfuncs import bold, green, magenta, cyan, red, plain
54

65
from bpython.curtsiesfrontend import interpreter
76

8-
pypy = "PyPy" in sys.version
9-
107

118
class Interpreter(interpreter.Interp):
129
def __init__(self):

0 commit comments

Comments
 (0)