Skip to content

Commit c1390f5

Browse files
committed
Add a blank line before the normalize_identifier function for improved readability
1 parent 5e8ada9 commit c1390f5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

team_code.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,7 @@ def predict_probability_scores(model, features):
914914
return np.clip(predictions, 0.0, 1.0)
915915

916916

917+
917918
def normalize_identifier(value):
918919
if value is None:
919920
return ""

0 commit comments

Comments
 (0)