Fix most of types

This commit is contained in:
2025-07-16 17:48:39 +03:00
parent ee25d17683
commit ddfd6e8d78
21 changed files with 197 additions and 67 deletions

View File

@@ -1,7 +1,7 @@
import pytest
from src.turbosloth.router import Router
from src.turbosloth.exceptions import NotFoundException, MethodNotAllowedException
from src.turbosloth.router import Router
def test_router_root_handler():