Skip to content

Commit

Permalink
fixed for linters
Browse files Browse the repository at this point in the history
  • Loading branch information
bomzheg committed Jun 11, 2024
1 parent 6d58d3d commit 429759d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion shvatka/api/routes/team.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from typing import Annotated

from dishka.integrations.fastapi import FromDishka
from dishka.integrations.fastapi import inject
Expand Down
1 change: 0 additions & 1 deletion shvatka/api/routes/user.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import logging
from typing import Annotated

from dishka.integrations.fastapi import FromDishka
from dishka.integrations.fastapi import inject
Expand Down
1 change: 0 additions & 1 deletion shvatka/api/routes/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from typing import Annotated

from dishka.integrations.fastapi import FromDishka
from dishka.integrations.fastapi import inject
Expand Down
2 changes: 1 addition & 1 deletion shvatka/tgbot/utils/fastapi_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import secrets
from abc import ABC, abstractmethod
from contextlib import asynccontextmanager
from typing import Any, Annotated
from typing import Any

from aiogram import Bot, Dispatcher, loggers
from aiogram.methods import TelegramMethod
Expand Down

0 comments on commit 429759d

Please sign in to comment.