소스 검색
Merge pull request #2060 from k8scat/remove-unused-import
remove unused import
master
Saboteur7
GitHub
4 달 전
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1개의 변경된 파일과
0개의 추가작업 그리고
1개의 파일을 삭제
-
bot/bot_factory.py
|
|
@@ -2,7 +2,6 @@ |
|
|
|
channel factory |
|
|
|
""" |
|
|
|
from common import const |
|
|
|
from common.log import logger |
|
|
|
|
|
|
|
|
|
|
|
def create_bot(bot_type): |
|
|
|