Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Oct 30, 2024
1 parent e3289bd commit 07ba4bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/aws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clean-test: ## remove test and coverage artifacts

lint: ## static code analysis
black --line-length 120 --check fix_plugin_aws test
flake8 fix_plugin_aws
flake8 fix_plugin_aws test
mypy --python-version 3.12 --strict --install-types fix_plugin_aws test

test: ## run tests quickly with the default Python
Expand Down
1 change: 0 additions & 1 deletion plugins/aws/test/collector_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
)
from fix_plugin_aws.resource.base import AwsResource, AwsApiSpec, GraphBuilder, AwsRegion
from fix_plugin_aws.resource.ec2 import AwsEc2Instance
from fix_plugin_aws.resource.inspector import AwsInspectorFinding
from fixlib.baseresources import BaseResource
from fixlib.core.model_export import dataclasses_to_fixcore_model
from test import account_collector, builder, aws_client, aws_config, no_feedback # noqa: F401
Expand Down

0 comments on commit 07ba4bb

Please sign in to comment.