diff --git a/src/central/config_source.py b/src/central/config_source.py index 9475807..c430ad0 100644 --- a/src/central/config_source.py +++ b/src/central/config_source.py @@ -5,7 +5,6 @@ either TOML files or the database-backed config store. """ import logging -from abc import ABC, abstractmethod from collections.abc import Awaitable, Callable from pathlib import Path from typing import Any, Protocol, runtime_checkable