Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
GStechschulte committed Oct 10, 2023
1 parent c525787 commit b44a94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bambi/interpret/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def enforce_dtypes(
else:
# casts the original dtype to the new data
new_df[col] = new_df[col].astype(observed_dtypes[col])

return new_df


Expand Down

0 comments on commit b44a94f

Please sign in to comment.