Browse Source
remove unused import
Signed-off-by: K8sCat <k8scat@gmail.com>
master
K8sCat
5 months ago
No known key found for this signature in database
GPG Key ID: CFB6A9364A3D8FF5
1 changed files with
0 additions and
1 deletions
-
bot/bot_factory.py
|
|
@@ -2,7 +2,6 @@ |
|
|
|
channel factory |
|
|
|
""" |
|
|
|
from common import const |
|
|
|
from common.log import logger |
|
|
|
|
|
|
|
|
|
|
|
def create_bot(bot_type): |
|
|
|