fix(backup): pylint fix
This commit is contained in:
parent
bd3a08fe97
commit
92b031c54e
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ from redbot.core.bot import Red
|
|||
from redbot.core.utils.chat_formatting import error, text_to_file
|
||||
|
||||
|
||||
|
||||
# pylint: disable=protected-access
|
||||
class Backup(commands.Cog):
|
||||
"""A utility to make reinstalling repositories and cogs after migrating the bot far easier."""
|
||||
|
||||
|
|
Loading…
Reference in a new issue