Browse Source

fix a unittest error

blueloveTH 2 years ago
parent
commit
7cb0959922
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/81_frontend.py

+ 1 - 1
tests/81_frontend.py

@@ -1,4 +1,4 @@
-from dis import dis, _s
+from dis import dis
 
 def f(a):
     for i in range(100000):