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

Remove imports for moto on py37. #1053

Closed umaannamalai closed 9 months ago

umaannamalai commented 9 months ago

This PR removes moto imports for Python 3.7 since support for this version has been dropped.

github-actions[bot] commented 9 months ago

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 7 0 0 0.79s
❌ PYTHON flake8 7 7 0.46s
✅ PYTHON isort 7 0 0 0.18s
✅ PYTHON pylint 7 0 2.18s

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_