File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ PyPI version] ( https://badge.fury.io/py/cloudiscovery.svg )] ( https://badge.fury.io/py/cloudiscovery )
4
4
[ ![ Downloads] ( https://pepy.tech/badge/cloudiscovery )] ( https://pepy.tech/project/cloudiscovery )
5
5
[ ![ codecov] ( https://codecov.io/gh/Cloud-Architects/cloudiscovery/branch/develop/graph/badge.svg )] ( https://codecov.io/gh/Cloud-Architects/cloudiscovery )
6
- ![ python version] ( https://img.shields.io/badge/python-3.6%2C3.7%2C3. 8-blue?logo=python )
6
+ ![ python version] ( https://img.shields.io/badge/python-3.8-blue?logo=python )
7
7
[ ![ CircleCI] ( https://circleci.com/gh/Cloud-Architects/cloudiscovery.svg?style=svg )] ( https://circleci.com/gh/Cloud-Architects/cloudiscovery )
8
8
[ ![ Codacy Badge] ( https://app.codacy.com/project/badge/Grade/c0a7a5bc51044c7ca8bd9115965e4467 )] ( https://www.codacy.com/gh/Cloud-Architects/cloudiscovery?utm_source=github.com& ; utm_medium=referral& ; utm_content=Cloud-Architects/cloudiscovery& ; utm_campaign=Badge_Grade )
9
9
[ ![ Hits-of-Code] ( https://sloc.xyz/github/Cloud-Architects/cloudiscovery?category=code )] ( https://github.com/Cloud-Architects/cloudiscovery )
Original file line number Diff line number Diff line change 21
21
22
22
import pkg_resources
23
23
24
+ """path to pip package"""
25
+ sys .path .append (dirname (__file__ ))
26
+
27
+ # pylint: disable=wrong-import-position
24
28
from provider .aws .command import aws_main
25
29
from shared .parameters import generate_parser
26
30
27
- """path to pip package"""
28
- sys .path .append (dirname (__file__ ))
29
31
30
32
# pylint: disable=wrong-import-position
31
33
from shared .common import (
Original file line number Diff line number Diff line change @@ -549,6 +549,7 @@ def build_diagram(
549
549
550
550
count = 0
551
551
row = 0
552
+ public_subnet_x = 0
552
553
for _ , resource_group in resources .items ():
553
554
for resource in resource_group :
554
555
if resource .digest .type in ["aws_subnet" , "aws_vpc" ]:
You can’t perform that action at this time.
0 commit comments