Skip to content

Commit

Permalink
Remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhijeetKrishnan committed Feb 19, 2024
1 parent c33a599 commit c0cc8b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/heihachi/bot.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import datetime
import logging
import traceback
from typing import Any, Callable, Coroutine, List
from typing import List

import discord
import discord.ext.commands

from framedb import CharacterName, FrameDb, FrameService
from framedb import FrameDb, FrameService
from heihachi import button, embed
from heihachi.configurator import Configurator
from heihachi.embed import get_frame_data_embed
Expand Down

0 comments on commit c0cc8b3

Please sign in to comment.