Skip to content

Commit b5ed8a1

Browse files
committed
Swap import order to make backporting a tiny bit easier.
1 parent 119822c commit b5ed8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/pathlib/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
from abc import ABC, abstractmethod
1414
from glob import _PathGlobber
15-
from pathlib import PurePath, Path
1615
from pathlib._os import magic_open, ensure_distinct_paths, ensure_different_files, copyfileobj
16+
from pathlib import PurePath, Path
1717
from typing import Optional, Protocol, runtime_checkable
1818

1919

0 commit comments

Comments
 (0)