Skip to content

Commit 77d6c03

Browse files
committed
Remove unnecessary imports in bot.py
1 parent 681d01f commit 77d6c03

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cloudbot/bot.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
import re
66
import os
77
import gc
8-
from operator import not_, attrgetter, itemgetter
98

109
from sqlalchemy import create_engine
1110

1211
from sqlalchemy.orm import scoped_session, sessionmaker
1312
from sqlalchemy.ext.declarative import declarative_base
1413
from sqlalchemy.schema import MetaData
1514

16-
import cloudbot
1715
from cloudbot.client import Client
1816
from cloudbot.config import Config
1917
from cloudbot.hook import Action

0 commit comments

Comments
 (0)