Fix some pylint issues.

This commit is contained in:
Wolf-Michael Bolle 2021-05-24 19:38:27 +02:00
parent ef57d1e447
commit 2761ceb87f
5 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,7 @@
"""
TODO
"""
from ruamel.yaml import YAML
import logging
import sys

View File

@ -1,3 +1,7 @@
"""
TODO
"""
import os
import pwd
import json

View File

@ -5,6 +5,3 @@ from backive.core.tool import AVAILABLE_TOOLS, register_tool
class Rsync:
def __init__(self, options):
pass

View File

@ -43,5 +43,3 @@ setup_info = dict(
)
setup(**setup_info)

View File

@ -1,3 +1,7 @@
"""
TODO
"""
import unittest
import os
import asyncio