WIP: Add locking of borgmatic config file #254

Closed
drewkett wants to merge 9 commits from (deleted):configlock into main
1 changed files with 2 additions and 2 deletions
Showing only changes of commit f8dec72e98 - Show all commits

View File

@ -1,9 +1,9 @@
import collections
import fcntl
import json
import logging
import os
import sys

tox -e isort will order imports for you.

`tox -e isort` will order imports for you.
import fcntl
from subprocess import CalledProcessError
import colorama