Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
fix: モジュールのインポート先がおかしかった #56
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Apr 30, 2021
1 parent c9d3946 commit e7700bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ssm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
from uvicorn import Config, Server
from discord_slash import SlashCommand, SlashContext

from ssm import session, AutoMigrate
from ssm import session
from ssm.base import db_manager, logger, spinner
from ssm.modules.auto_migrate import AutoMigrate
from ssm.modules.voice_generator import create_wave
from ssm.routers import v1
from ssm.sql.models.eew import Eew, EewChannel
Expand Down

0 comments on commit e7700bc

Please sign in to comment.