Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 1baaa68

Browse files
author
Matthias Koeppe
committed
src/sage/misc/sageinspect.py: Remove unused import
1 parent a5bc828 commit 1baaa68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/misc/sageinspect.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def foo(unsigned int x=1, a=')"', b={not (2+1==3):'bar'}, *args, **kwds): return
118118
import inspect
119119
import functools
120120
import os
121-
import sys
122121
import tokenize
123122
import re
124123
EMBEDDED_MODE = False

0 commit comments

Comments
 (0)