mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-01 04:02:34 +00:00
setup.py: add comment, remove unused imports
This commit is contained in:
parent
b516cf3c3f
commit
3166d145bb
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
@ -1,10 +1,9 @@
|
|||
# borgbackup - main setup code (see also other setup_*.py files)
|
||||
|
||||
import os
|
||||
import io
|
||||
import re
|
||||
import sys
|
||||
from collections import defaultdict
|
||||
from collections import OrderedDict
|
||||
from datetime import datetime
|
||||
from glob import glob
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue