Skip to content

Commit

Permalink
Add missing botocore.parsers import (#2621)
Browse files Browse the repository at this point in the history
  • Loading branch information
whardier committed Feb 18, 2022
1 parent ba67484 commit 55bf355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions botocore/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
import botocore.exceptions
import botocore.serialize
import botocore.utils
import botocore.parsers
from botocore.signers import RequestSigner
from botocore.config import Config
from botocore.endpoint import EndpointCreator
Expand Down

0 comments on commit 55bf355

Please sign in to comment.