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 argparse
import atexit
import os import os
import subprocess import subprocess
import sys import sys
@ -20,7 +20,6 @@ import urllib
import aurweb.config import aurweb.config
import aurweb.schema import aurweb.schema
children = [] children = []
temporary_dir = None temporary_dir = None
verbosity = 0 verbosity = 0