Skip to content

Commit 481f0c2

Browse files
committed
Added peewee import
1 parent b77ffca commit 481f0c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pycamp_bot/commands/projects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import logging
2+
import peewee
23
from telegram.ext import ConversationHandler, CommandHandler, MessageHandler, filters
34
from pycamp_bot.models import Pycampista, Project, Vote
45
from pycamp_bot.commands.base import msg_to_active_pycamp_chat

0 commit comments

Comments
 (0)