Skip to content

Commit

Permalink
fix comment in model gen
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Dec 20, 2023
1 parent cce498b commit 4d90ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/aws/tools/aws_model_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import boto3
from attrs import define
from bs4 import BeautifulSoup # pip install beautifulsoup4 lxml
from bs4 import BeautifulSoup # pip install beautifulsoup4 lxml
from botocore.model import ServiceModel, StringShape, ListShape, Shape, StructureShape, MapShape
from jsons import pascalcase

Expand Down

0 comments on commit 4d90ff9

Please sign in to comment.