Skip to content

Commit fef0069

Browse files
Try to preven removing unused import.
1 parent 183d8c2 commit fef0069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_pydoc/pydocfodder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ def __call__(self, inst):
188188
object_repr = object.__repr__
189189
get = {}.get # same name
190190
dict_get = {}.get
191-
from math import sin
191+
from math import sin # noqa: F401

0 commit comments

Comments
 (0)