Skip to content

Commit d0bd5d4

Browse files
committed
black reformat
1 parent 6b20a88 commit d0bd5d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

samtranslator/model/api/api_generator.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -536,9 +536,7 @@ def _construct_api_domain(self, rest_api):
536536
raise InvalidResourceException(
537537
self.logical_id,
538538
"Invalid property type '{}' for Route53. "
539-
"Expected a map defines an Amazon Route 53 configuration'.".format(
540-
type(route53).__name__
541-
),
539+
"Expected a map defines an Amazon Route 53 configuration'.".format(type(route53).__name__),
542540
)
543541

544542
return domain, basepath_resource_list, record_set_group

0 commit comments

Comments
 (0)