From b44a94f72cc0b5e0b77b686c85042550a19319d3 Mon Sep 17 00:00:00 2001 From: GStechschulte Date: Tue, 10 Oct 2023 17:04:48 +0200 Subject: [PATCH] run black --- bambi/interpret/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bambi/interpret/utils.py b/bambi/interpret/utils.py index 682ad0b42..fe643b20c 100644 --- a/bambi/interpret/utils.py +++ b/bambi/interpret/utils.py @@ -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