Skip to content

Commit 4f8cafe

Browse files
committed
run black format
1 parent e751019 commit 4f8cafe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

temporal/scripts/generate_metadata.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ def append_metric_metadata(metric_name, metric_type="count", unit_name=None):
5555
try:
5656
temporal_type = temporal_metric_types[temporal_name]
5757
except KeyError:
58-
print(
59-
f"WARNING: skipping metric `{temporal_name}` as it's not present in input data"
60-
)
58+
print(f"WARNING: skipping metric `{temporal_name}` as it's not present in input data")
6159
continue
6260

6361
if temporal_type == "counter":

0 commit comments

Comments
 (0)