Removed unused logger
This commit is contained in:
parent
ac7b333ccf
commit
4c02227c4b
|
@ -1,6 +1,4 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
import logging
|
||||
|
||||
import irc3
|
||||
from git import Repo
|
||||
from docopt import Dict
|
||||
|
@ -9,8 +7,6 @@ from irc3.utils import IrcString
|
|||
|
||||
from . import MODULE, Bot, Plugin
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
@command(permission='admin', show_in_help_list=False)
|
||||
def reload(bot: Bot, mask: IrcString, target: IrcString, args: Dict):
|
||||
|
|
Loading…
Reference in New Issue
Block a user