minidlna: cosmetic: isort fixes

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2020-05-17 14:25:57 -07:00 committed by James Valleroy
parent 3c85846fa2
commit d44283d9ba
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -4,12 +4,13 @@
Configuration actions for the minidlna server.
"""
import argparse
from tempfile import mkstemp
from shutil import move
import subprocess
from os import fdopen, remove, chmod, stat
from os import chmod, fdopen, remove, stat
from shutil import move
from tempfile import mkstemp
import augeas
from plinth import action_utils
from plinth.utils import grep