Dan

Results 1 comments of Dan

Updated: ``` $ flake8 --max-complexity 5 ./accloudtant/aws/reports.py:27:1: C901 'Reports.__init__' is too complex (9) ./tests/aws/conftest.py:58:1: C901 'ec2_resource' is too complex (14) ./tests/aws/conftest.py:95:1: C901 'ec2_client' is too complex (10) ./tests/aws/conftest.py:135:1: C901 'mock_requests_get'...