mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
aurweb.spawn: Fix isort errors
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
0e3bd8b596
commit
b1300117ac
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue