mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-01 05:58:39 +00:00
Remove unneeded ez_setup and 'isort' imports
This commit is contained in:
parent
5167e93d12
commit
20b05ae595
6 changed files with 17 additions and 301 deletions
|
@ -4,9 +4,10 @@
|
|||
#
|
||||
import os
|
||||
import re
|
||||
from version import get_version
|
||||
from subprocess import call
|
||||
from datetime import datetime
|
||||
from subprocess import call
|
||||
|
||||
from version import get_version
|
||||
|
||||
# Paths to exclude
|
||||
EXCLUSIONS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue