[lint] Fix incorrect and inconsistent whitespace
Adjust whitespace to be consistent with the rest of the library.
This commit is contained in:
		@@ -35,10 +35,10 @@ from .cooldowns import Cooldown, BucketType, CooldownMapping
 | 
			
		||||
from .view import quoted_word
 | 
			
		||||
from . import converter as converters
 | 
			
		||||
 | 
			
		||||
__all__ = [ 'Command', 'Group', 'GroupMixin', 'command', 'group',
 | 
			
		||||
            'has_role', 'has_permissions', 'has_any_role', 'check',
 | 
			
		||||
            'bot_has_role', 'bot_has_permissions', 'bot_has_any_role',
 | 
			
		||||
            'cooldown', 'guild_only', 'is_owner', 'is_nsfw', ]
 | 
			
		||||
__all__ = ['Command', 'Group', 'GroupMixin', 'command', 'group',
 | 
			
		||||
           'has_role', 'has_permissions', 'has_any_role', 'check',
 | 
			
		||||
           'bot_has_role', 'bot_has_permissions', 'bot_has_any_role',
 | 
			
		||||
           'cooldown', 'guild_only', 'is_owner', 'is_nsfw']
 | 
			
		||||
 | 
			
		||||
def wrap_callback(coro):
 | 
			
		||||
    @functools.wraps(coro)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user