Update due to review comments

This commit is contained in:
David Murphy 2018-07-27 13:59:00 -06:00
parent 9fb5641dc7
commit 5bf9e6085b

View file

@ -5,7 +5,6 @@ Salt module to manage Unix mounts and the fstab file
# Import python libs
from __future__ import absolute_import, print_function, unicode_literals
from collections import OrderedDict
import os
import re
import logging
@ -18,6 +17,7 @@ import salt.utils.path
import salt.utils.platform
import salt.utils.mount
import salt.utils.stringutils
from salt.utils.odict import OrderedDict
from salt.exceptions import CommandNotFoundError, CommandExecutionError
# Import 3rd-party libs