Skip to content

Commit 018c3ef

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 8c9017f commit 018c3ef

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

stdlib/tokenize.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import sys
22
from _typeshed import StrOrBytesPath
3-
from builtins import open as _builtin_open
43
from collections.abc import Callable, Generator, Iterable, Sequence
54
from re import Pattern
65
from token import *

stdlib/unittest/loader.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import unittest.case
2-
import unittest.result
32
import unittest.suite
43
from collections.abc import Callable, Sequence
54
from re import Pattern

0 commit comments

Comments
 (0)