aurweb.spawn: Fix isort errors

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Frédéric Mangano-Tarumi 2020-06-04 21:59:48 +02:00 committed by Lukas Fleischer
parent 0e3bd8b596
commit b1300117ac

View file

@ -8,8 +8,8 @@ configuration anyway.
"""
import atexit
import argparse
import atexit
import os
import subprocess
import sys
@ -20,7 +20,6 @@ import urllib
import aurweb.config
import aurweb.schema
children = []
temporary_dir = None
verbosity = 0