Skip to content

Commit 46ab3e5

Browse files
committed
Fixup: remove lint fix
1 parent 78f41dc commit 46ab3e5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,11 @@
5858

5959
from distutils.command.build_ext import build_ext
6060
from distutils.core import Extension
61-
from distutils.errors import CCompilerError, DistutilsExecError, DistutilsPlatformError
61+
from distutils.errors import (
62+
CCompilerError,
63+
DistutilsExecError,
64+
DistutilsPlatformError,
65+
)
6266

6367

6468
def newrelic_agent_guess_next_version(tag_version):

0 commit comments

Comments
 (0)