Skip to content

Commit

Permalink
Merge pull request #1687 from Trott/remove-unused
Browse files Browse the repository at this point in the history
remove unused Python variables
  • Loading branch information
Trott committed Feb 14, 2019
2 parents 85c9a86 + a6c12b5 commit 246ba85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ansible/plugins/inventory/nodejs_yaml.py
Expand Up @@ -283,7 +283,6 @@ def has_metadata(info):
metadata by underscore. Not used anywhere at the moment for anything
other than descriptiveness"""

param = dict()
metadata = info.split('_', 1)

try:
Expand Down
2 changes: 1 addition & 1 deletion ansible/plugins/library/ssh_config.py
Expand Up @@ -23,7 +23,7 @@
#

from ansible.module_utils.basic import *
from jinja2 import Environment, Template, filters
from jinja2 import Environment
import os
import re

Expand Down

0 comments on commit 246ba85

Please sign in to comment.