[style] alphabetical ordering on the imports

This commit is contained in:
Thomas LÉVEIL 2018-07-23 00:38:14 +02:00
parent 5e231af95d
commit 8e14846872
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import sys
import logging
import subprocess
import sys
import tempfile
from borgmatic.verbosity import VERBOSITY_SOME, VERBOSITY_LOTS

View File

@ -1,5 +1,5 @@
import json
from argparse import ArgumentParser
import json
import logging
import os
from subprocess import CalledProcessError