Removed unused logger
This commit is contained in:
		@@ -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):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user