From 276b22d6000aed021b2e36ed2c989e2c23fe6e4c Mon Sep 17 00:00:00 2001 From: badrogger Date: Thu, 18 Apr 2024 14:55:34 +0000 Subject: [PATCH] Ignore type for statsd --- transaction_manager/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transaction_manager/resources.py b/transaction_manager/resources.py index c9b6eea..31ef324 100644 --- a/transaction_manager/resources.py +++ b/transaction_manager/resources.py @@ -18,7 +18,7 @@ # along with this program. If not, see . import redis -import statsd +import statsd # type: ignore from skale.utils.web3_utils import init_web3 # type: ignore from web3 import Web3