Skip to content

Commit

Permalink
salt/roster/flat.py:37: [W8391(blank-line-at-end-of-file), ] PEP8 W39…
Browse files Browse the repository at this point in the history
…1: blank line at end of file
  • Loading branch information
dmacvicar committed Aug 5, 2018
1 parent b0e5ac4 commit b4044d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion salt/roster/flat.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ def targets(tgt, tgt_type='glob', **kwargs):
for minion in raw:
conditioned_raw[six.text_type(minion)] = salt.config.apply_sdb(raw[minion])
return __utils__['roster_matcher.targets'](conditioned_raw, tgt, tgt_type, 'ipv4')

0 comments on commit b4044d4

Please sign in to comment.