We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f41dc commit 46ab3e5Copy full SHA for 46ab3e5
setup.py
@@ -58,7 +58,11 @@
58
59
from distutils.command.build_ext import build_ext
60
from distutils.core import Extension
61
-from distutils.errors import CCompilerError, DistutilsExecError, DistutilsPlatformError
+from distutils.errors import (
62
+ CCompilerError,
63
+ DistutilsExecError,
64
+ DistutilsPlatformError,
65
+)
66
67
68
def newrelic_agent_guess_next_version(tag_version):
0 commit comments