Fix missing logging import in Platega handler

This commit is contained in:
Egor
2025-11-07 08:29:29 +03:00
parent 6f83122e42
commit f7a4cedbbf

View File

@@ -1,3 +1,5 @@
"""Handlers for Platega balance interactions."""
import logging
from typing import List