mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 01:41:57 -04:00
pathlib refactor - remove unused imports
This commit is contained in:
parent
4dbec57716
commit
afb47cd940
2 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
import logging
|
||||
import io
|
||||
import os
|
||||
import os.path
|
||||
import platform # python stdlib import - if this fails, check that cwd != src/borg/
|
||||
import sys
|
||||
from collections import deque
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import contextlib
|
||||
import os
|
||||
import os.path
|
||||
import shlex
|
||||
import signal
|
||||
import subprocess
|
||||
|
|
|
|||
Loading…
Reference in a new issue