mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 00:10:29 +03:00
fix PEP8 "E401 multiple imports on one line"
This commit is contained in:
parent
fcca0ddb1f
commit
2f2618e06c
10 changed files with 22 additions and 10 deletions
|
|
@ -26,7 +26,8 @@ import glob
|
|||
from optparse import OptionParser
|
||||
import logging
|
||||
|
||||
import common, metadata
|
||||
import common
|
||||
import metadata
|
||||
from common import FDroidPopen, BuildException
|
||||
|
||||
config = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue