Remove unused imports.
This commit is contained in:
parent
674a6153f3
commit
51095cd419
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