Fix some pylint issues.
This commit is contained in:
parent
ef57d1e447
commit
2761ceb87f
|
@ -1,3 +1,7 @@
|
|||
"""
|
||||
TODO
|
||||
"""
|
||||
|
||||
from ruamel.yaml import YAML
|
||||
import logging
|
||||
import sys
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
"""
|
||||
TODO
|
||||
"""
|
||||
|
||||
import os
|
||||
import pwd
|
||||
import json
|
||||
|
|
|
@ -5,6 +5,3 @@ from backive.core.tool import AVAILABLE_TOOLS, register_tool
|
|||
class Rsync:
|
||||
def __init__(self, options):
|
||||
pass
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
"""
|
||||
TODO
|
||||
"""
|
||||
|
||||
import unittest
|
||||
import os
|
||||
import asyncio
|
||||
|
|
Loading…
Reference in New Issue