mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed pylint issues
This commit is contained in:
parent
82fa276141
commit
f7f8a5d33f
1 changed files with 0 additions and 6 deletions
|
@ -15,13 +15,8 @@ from __future__ import absolute_import, print_function
|
|||
import errno
|
||||
import logging
|
||||
import os
|
||||
import sys
|
||||
import tempfile
|
||||
import shutil
|
||||
import time
|
||||
import re
|
||||
import traceback
|
||||
## import functools
|
||||
|
||||
# Import salt libs
|
||||
import salt.utils
|
||||
|
@ -624,4 +619,3 @@ def make_repo(repodir, keyid=None, env=None, use_passphrase=False, gnupghome='/e
|
|||
if use_passphrase and local_keyid is not None:
|
||||
cmd = '/usr/lib/gnupg2/gpg-preset-passphrase --forget {0}'.format(local_fingerprint)
|
||||
__salt__['cmd.run'](cmd, runas=runas)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue