From d44283d9bac8a74aad7fbd57e41aeb885ffd116e Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 17 May 2020 14:25:57 -0700 Subject: [PATCH] minidlna: cosmetic: isort fixes Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- actions/minidlna | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/actions/minidlna b/actions/minidlna index 9afed64f7..f84135f02 100755 --- a/actions/minidlna +++ b/actions/minidlna @@ -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