Skip to content

Commit 80ba6f3

Browse files
committed
Remove unused import
1 parent 4dc8225 commit 80ba6f3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/fastparse2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
two in a typesafe way.
1616
"""
1717
from functools import wraps
18-
from inspect import cleandoc
1918
import sys
2019

2120
from typing import Tuple, Union, TypeVar, Callable, Sequence, Optional, Any, cast, List

0 commit comments

Comments
 (0)