Skip to content

Commit

Permalink
Update plugins/modules/ec2_vpc_net.py
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Chappell <[email protected]>
  • Loading branch information
flowerysong and tremble authored May 13, 2020
1 parent db57127 commit bcd3389
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/ec2_vpc_net.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@
sample: pk_vpc4
'''

from time import sleep, time
from time import sleep
from time import time

try:
import botocore
Expand Down

0 comments on commit bcd3389

Please sign in to comment.