Remove unused imports.
This commit is contained in:
parent
793ffbd048
commit
ddd56bf2a7
2 changed files with 0 additions and 4 deletions
|
@ -7,7 +7,6 @@ import textwrap
|
|||
|
||||
from ruamel import yaml
|
||||
|
||||
from borgmatic import borg
|
||||
from borgmatic.config import convert, generate, legacy, validate
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue