Kaynağa Gözat
Merge pull request #2060 from k8scat/remove-unused-import
remove unused import
master
Saboteur7
GitHub
4 ay önce
ebeveyn
işleme
6961a88feb
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: B5690EEEBB952194
1 değiştirilmiş dosya ile
0 ekleme ve
1 silme
-
bot/bot_factory.py
|
|
@@ -2,7 +2,6 @@ |
|
|
|
channel factory |
|
|
|
""" |
|
|
|
from common import const |
|
|
|
from common.log import logger |
|
|
|
|
|
|
|
|
|
|
|
def create_bot(bot_type): |
|
|
|