Skip to content

Commit

Permalink
CDPSDX-3094: reorder imports
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Akanser <[email protected]>
  • Loading branch information
aakanser committed Aug 11, 2021
1 parent 18b2548 commit ba2de5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
)
from cdpctl.validation.infra.validate_aws_security_groups import (
_aws_default_security_groups_contains_cdp_cidr_validation,
_aws_gateway_security_groups_contains_cdp_cidr_validation,
_aws_default_security_groups_contains_vpc_cidr_validation,
_aws_gateway_security_groups_contains_cdp_cidr_validation,
_aws_gateway_security_groups_contains_vpc_cidr_validation,
)
from tests.validation import expect_validation_failure, expect_validation_success
Expand Down

0 comments on commit ba2de5e

Please sign in to comment.