From f46551c905f5420d698204419dedd996a6b99741 Mon Sep 17 00:00:00 2001 From: bohd4nx Date: Sun, 5 Jul 2026 16:18:40 +0300 Subject: [PATCH] Refactor: remove httpx from mypy overrides in pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0addc3f..44684d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,6 @@ exclude = ["^examples/", "^logs/", "^tests/"] [[tool.mypy.overrides]] module = [ "rookiepy", - "httpx", "ton_core", "tonutils", "tonutils.*",