Skip to content

Commit

Permalink
style: apply code style
Browse files Browse the repository at this point in the history
  • Loading branch information
SaidBySolo authored Dec 8, 2023
1 parent 6c2a627 commit 3add457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crenata/application/commands/school/meal.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from datetime import datetime
from typing import Literal, Optional

from discord import app_commands, ui
from discord.interactions import Interaction
from neispy.utils import KST

Expand All @@ -16,7 +17,6 @@
from crenata.infrastructure.neispy.meal.domain.repository import MealRepositoryImpl
from crenata.infrastructure.neispy.school.domain.repository import SchoolRepositoryImpl
from crenata.infrastructure.sqlalchemy.user.domain.repository import UserRepositoryImpl
from discord import app_commands, ui


class AllergyUI(ui.Select[ui.View]):
Expand Down

0 comments on commit 3add457

Please sign in to comment.