Skip to content

Commit fcdf872

Browse files
committed
Lint and format
1 parent 58a9fd7 commit fcdf872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdp_backend/pipeline/generate_event_index_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def read_transcripts_and_generate_grams(
249249
closest_term_score = similarity
250250

251251
# If the closest term is blank, skip processing this item
252-
# Otherwise this throws an error
252+
# Otherwise this throws an error
253253
if closest_term == "":
254254
continue
255255

0 commit comments

Comments
 (0)