Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble authored and alinabuzachis committed Aug 25, 2021
1 parent 02191c3 commit e9e9fc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion plugins/modules/ec2_vpc_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@

import datetime
import json
import time
import traceback

try:
Expand Down
2 changes: 0 additions & 2 deletions plugins/modules/ec2_vpc_endpoint_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@
vpc_id: "vpc-1111ffff"
'''

import json

try:
import botocore
except ImportError:
Expand Down

0 comments on commit e9e9fc3

Please sign in to comment.