Remove unused imports.

This commit is contained in:
Dan Helfman 2017-08-05 22:26:38 -07:00
parent 793ffbd048
commit ddd56bf2a7
2 changed files with 0 additions and 4 deletions

View File

@ -7,7 +7,6 @@ import textwrap
from ruamel import yaml
from borgmatic import borg
from borgmatic.config import convert, generate, legacy, validate

View File

@ -4,9 +4,6 @@ import os
from subprocess import CalledProcessError
import sys
from ruamel import yaml
from borgmatic import borg
from borgmatic.config import convert, generate, validate