Skip to content

Commit d1071cb

Browse files
committed
from __future__ import annotations
Another missing
1 parent c6768e6 commit d1071cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

distutils/command/install_lib.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Implements the Distutils 'install_lib' command
44
(install all Python modules)."""
55

6+
from __future__ import annotations
7+
68
import importlib.util
79
import os
810
import sys

0 commit comments

Comments
 (0)