mirror of
https://github.com/zvx-echo6/central.git
synced 2026-05-22 10:34:43 +02:00
chore: remove unused ABC import from config_source.py
ConfigSource uses Protocol, not ABC. Removed unused import. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b16151abf1
commit
73beb90b25
1 changed files with 0 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ either TOML files or the database-backed config store.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from abc import ABC, abstractmethod
|
|
||||||
from collections.abc import Awaitable, Callable
|
from collections.abc import Awaitable, Callable
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Any, Protocol, runtime_checkable
|
from typing import Any, Protocol, runtime_checkable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue