Skip to content

Commit bf8eab6

Browse files
authored
Merge pull request #106 from Giuppox/patch-1
[maint] removed unneded exception inclusion
2 parents 788cc15 + f441b60 commit bf8eab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distutils/spawn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import os
1111
import subprocess
1212

13-
from distutils.errors import DistutilsPlatformError, DistutilsExecError
13+
from distutils.errors import DistutilsExecError
1414
from distutils.debug import DEBUG
1515
from distutils import log
1616

0 commit comments

Comments
 (0)