We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46acc7 commit d6b6342Copy full SHA for d6b6342
1 file changed
promise-types/sshd/sshd_promise_type.py
@@ -3,8 +3,7 @@
3
import subprocess
4
import tempfile
5
6
-from cfengine_module_library import PromiseModule, ValidationError, Result
7
-
+from cfengine_module_library import PromiseModule, Result, ValidationError
8
9
BASE_CONFIG = "/etc/ssh/sshd_config"
10
DROP_IN_DIR = "/etc/ssh/sshd_config.d/"
0 commit comments