removed duplicate import of jsonencoder
All checks were successful
Check / mypy (push) Successful in 30s
Check / ruff (push) Successful in 6s

This commit is contained in:
Christoph Stahl 2025-06-17 00:15:38 +02:00
parent 29bc72cc43
commit 76655390d9

View file

@ -45,7 +45,6 @@ from . import SYNG_VERSION, jsonencoder
from .entry import Entry
from .sources import configure_sources, Source
from .log import logger
from . import jsonencoder
class ConnectionState: