Skip to content

Commit

Permalink
Ignore type for statsd
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Apr 18, 2024
1 parent 5727664 commit 276b22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transaction_manager/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

import redis
import statsd
import statsd # type: ignore

from skale.utils.web3_utils import init_web3 # type: ignore
from web3 import Web3
Expand Down

0 comments on commit 276b22d

Please sign in to comment.