Skip to content

Commit

Permalink
auto: format python code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 20, 2024
1 parent 2160e7f commit 5ae1f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alembic/versions/e2d7febddf07_use_enum_for_sugery.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

from typing import Sequence, Union

from alembic import op
import sqlalchemy as sa

from alembic import op

# revision identifiers, used by Alembic.
revision: str = 'e2d7febddf07'
Expand Down
4 changes: 1 addition & 3 deletions alexBot/cogs/voicePrivVC.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
import asyncio
import datetime
from asyncio import Task
from typing import Dict, List, TYPE_CHECKING

from typing import TYPE_CHECKING, Dict, List

from alexBot import database as db


if TYPE_CHECKING:
from bot import Bot

Expand Down

0 comments on commit 5ae1f15

Please sign in to comment.