From bdd52fb7ac948002cbbd4b9b1a97f9750e715e39 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Thu, 9 Nov 2023 17:26:42 +0000 Subject: Format code to new ruff formatter standards --- arthur/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'arthur/config.py') diff --git a/arthur/config.py b/arthur/config.py index c7d61ce..66e89a7 100644 --- a/arthur/config.py +++ b/arthur/config.py @@ -1,4 +1,5 @@ """Utilities for interacting with the config for King Arthur.""" + from pydantic_settings import BaseSettings -- cgit v1.2.3