Skip to content

Commit fabb1da

Browse files
Fix black formatting for method signature
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 59fc8b4 commit fabb1da

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/exporter/aws/metrics/base_emf_exporter.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ def _get_dimension_names(self, attributes: Attributes) -> List[str]:
191191
# For now, use all attributes as dimensions
192192
return list(attributes.keys())
193193

194-
def _add_lambda_dimensions(
195-
self, emf_log: Dict, dimension_names: List[str], resource: Resource
196-
) -> List[str]:
194+
def _add_lambda_dimensions(self, emf_log: Dict, dimension_names: List[str], resource: Resource) -> List[str]:
197195
"""
198196
Add Service and Environment dimensions for Lambda environments.
199197

0 commit comments

Comments
 (0)