From f3885644e4484a34d2ce04a2a90b2233ac4c1a58 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 16:59:12 +0000 Subject: [PATCH] style(pre-commit.ci): auto fixes [...] --- src/microsim/schema/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microsim/schema/settings.py b/src/microsim/schema/settings.py index 6835c4f..e056e13 100644 --- a/src/microsim/schema/settings.py +++ b/src/microsim/schema/settings.py @@ -50,7 +50,7 @@ class Settings(SimBaseModel, BaseSettings): "The maximum number of PSFs that will be stored in the in-memory cache, " "which follows the LRU caching strategy. Note, this setting will only take " "effect by modifying the equivalent environment variable prior to " - f"importing microsim." + "importing microsim." ), frozen=True, )