Skip to content

Commit 84c5893

Browse files
committed
gh-92810: Improve test_custom_subclasses
1 parent c4fe83a commit 84c5893

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Lib/test/test_abc.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66

77
"""Unit tests for abc.py."""
88

9-
import abc
109
import unittest
11-
from inspect import isabstract
1210

11+
import abc
1312
import _py_abc
14-
13+
from inspect import isabstract
1514

1615
def test_factory(abc_ABCMeta, abc_get_cache_token):
1716
class TestLegacyAPI(unittest.TestCase):

0 commit comments

Comments
 (0)