aws-solutions / media-services-application-mapper

Media Services Application Mapper is a browser-based tool that allows operators to visualize the structure and logical connections among AWS Media Services and supporting services in the cloud. The tool can be used as a top-down resource monitoring tool when integrated with CloudWatch.
Apache License 2.0
84 stars 27 forks source link

Fix remaining pylint issues #198

Closed JimTharioAmazon closed 3 years ago

JimTharioAmazon commented 3 years ago

Module media_events events/media_events.py:16:0: W0611: Unused Key imported from boto3.dynamodb.conditions (unused-import) Module periodic msam/chalicelib/periodic.py:9:0: C0411: standard import "import json" should be placed before "import defusedxml.ElementTree as ET" (wrong-import-order) ***** Module nodes msam/chalicelib/nodes.py:7:0: W0611: Unused import hashlib (unused-import)