Browse Source
Merge pull request #2060 from k8scat/remove-unused-import
remove unused import
master
Saboteur7
GitHub
4 months ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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): |
|
|
|