Skip to content

Commit f2a916f

Browse files
committed
fix lint
1 parent 1af4eba commit f2a916f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autointent/_dump_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ def load( # noqa: C901, PLR0912, PLR0915
257257
try:
258258
cat_model = CatBoostClassifier()
259259
cat_model.load_model(str(path / Dumper.catboost_models / "model.cbm"))
260-
except Exception as e: # noqa: PERF203
260+
except Exception as e:
261261
msg = f"Error loading CatBoost model: {e}"
262262
logger.exception(msg)
263263
else:

0 commit comments

Comments
 (0)