tkopecek / koji

Forked from koji 7 years ago
Clone

3c4377e PR#763: clean all unused `import` and reorder imports

Merged and Committed by tkopecek 4 years ago
43 files changed. 345 lines added. 273 lines removed.
.flake8
file added
+20
Makefile
file modified
+3 -0
builder/kojid
file modified
+12 -11
builder/mergerepos
file modified
+5 -3
cli/koji
file modified
+7 -10
cli/koji_cli/commands.py
file modified
+13 -17
cli/koji_cli/lib.py
file modified
+10 -8
devtools/fakehub
file modified
+3 -2
devtools/fakeweb
file modified
+4 -4
hub/kojihub.py
file modified
+15 -19
hub/kojixmlrpc.py
file modified
+10 -9
koji/__init__.py
file modified
+36 -35
koji/arch.py
file modified
+3 -2
koji/auth.py
file modified
+12 -10
koji/context.py
file modified
+3 -1
koji/daemon.py
file modified
+15 -14
koji/db.py
file modified
+4 -1
koji/plugin.py
file modified
+4 -1
koji/policy.py
file modified
+2 -1
koji/rpmdiff.py
file modified
+5 -2
koji/tasks.py
file modified
+0 -1
koji/util.py
file modified
+10 -8
koji/xmlrpcplus.py
file modified
+3 -2
plugins/builder/runroot.py
file modified
+6 -4
plugins/builder/save_failed_tree.py
file modified
+1 -0
plugins/cli/runroot.py
file modified
+3 -2
plugins/cli/save_failed_tree.py
file modified
+1 -0
plugins/hub/echo.py
file modified
+5 -2
plugins/hub/protonmsg.py
file modified
+8 -5
plugins/hub/rpm2maven.py
file modified
+6 -5
plugins/hub/runroot_hub.py
file modified
+6 -5
plugins/hub/save_failed_tree.py
file modified
+3 -1
runtests
file modified
+1 -1
setup.py
file modified
+3 -0
util/koji-gc
file modified
+15 -11
util/koji-shadow
file modified
+14 -10
util/koji-sweep-db
file modified
+2 -1
util/kojira
file modified
+9 -9
vm/kojikamid.py
file modified
+14 -12
vm/kojivmd
file modified
+23 -20
www/kojiweb/index.py
file modified
+12 -12
www/kojiweb/wsgi_publisher.py
file modified
+5 -3
www/lib/kojiweb/util.py
file modified
+9 -9
    PR#763: clean all unused `import` and reorder imports
    
    Merges #763
    https://pagure.io/koji/pull-request/763
    
    Fixes: #1537
    https://pagure.io/koji/issue/1537
     clean all unused `import` and reorder imports
    
        
file added
+20
file modified
+3 -0
file modified
+12 -11
file modified
+5 -3
file modified
+7 -10
file modified
+13 -17
file modified
+10 -8
file modified
+3 -2
file modified
+4 -4
file modified
+15 -19
file modified
+10 -9
file modified
+36 -35
file modified
+3 -2
file modified
+12 -10
file modified
+3 -1
file modified
+15 -14
file modified
+4 -1
file modified
+4 -1
file modified
+2 -1
file modified
+5 -2
file modified
+0 -1
file modified
+10 -8
file modified
+3 -2
file modified
+6 -4
file modified
+3 -2
file modified
+5 -2
file modified
+8 -5
file modified
+6 -5
file modified
+6 -5
file modified
+1 -1
file modified
+3 -0
file modified
+15 -11
file modified
+14 -10
file modified
+2 -1
file modified
+9 -9
file modified
+14 -12
file modified
+23 -20
file modified
+12 -12
file modified
+9 -9