Skip to content

Commit c309072

Browse files
sort import alphabetically
1 parent 87b1436 commit c309072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Lib/test/test_importlib/resources

Lib/test/test_importlib/resources/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
import pathlib
77
import sys
88
import types
9+
from importlib.abc import Loader, MetaPathFinder
910
from importlib.machinery import ModuleSpec
1011
from importlib.resources.abc import ResourceReader, Traversable, TraversableResources
11-
from importlib.abc import MetaPathFinder, Loader
1212

1313
from test.support import import_helper, os_helper
1414

0 commit comments

Comments
 (0)