pathlib refactor - remove unused imports

This commit is contained in:
Thomas Waldmann 2025-06-10 21:04:17 +02:00
parent 4dbec57716
commit afb47cd940
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -1,6 +1,5 @@
import contextlib
import os
import os.path
import shlex
import signal
import subprocess