newrelic / newrelic-python-agent

New Relic Python Agent
https://docs.newrelic.com/docs/agents/python-agent
Apache License 2.0
178 stars 102 forks source link

Use six from packages #1117

Closed hmstepanek closed 7 months ago

hmstepanek commented 7 months ago

Overview

Replace six imports with package six. Fix some lint issues at the same time.

github-actions[bot] commented 7 months ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 17 0 0 1.33s
✅ PYTHON flake8 17 0 0.62s
✅ PYTHON isort 17 0 0 0.22s
❌ PYTHON pylint 17 68 7.43s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

_MegaLinter is graciously provided by OX Security_