Fixed few bugs 🎵

This commit is contained in:
Ben Arc
2021-04-27 10:13:04 +01:00
parent c0b18d78cc
commit 3f8890def7
3 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
from typing import List, Optional
from . import db
from .wordlists import animals
from .models import Shop, Item
from .models import Jukebox
async def create_update_jukebox(wallet_id: str) -> int: