Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Nov 4, 2016
1 parent 53bcb25 commit b4642c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contrib/packs/actions/pack_mgmt/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def _apply_pack_permissions(self, pack_path):
def _verify_pack_version(pack_dir):
pack_metadata = DownloadGitRepoAction._get_pack_metadata(pack_dir=pack_dir)
pack_name = pack_metadata.get('name', None)
pack_version = pack_metadata.get('version', None)
required_stackstorm_version = pack_metadata.get('stackstorm_version', None)

# If stackstorm_version attribute is speficied, verify that the pack works with currently
Expand Down

0 comments on commit b4642c8

Please sign in to comment.