Skip to content

Commit

Permalink
Remove unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 9, 2020
1 parent 8178fa3 commit d8e2761
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pyhf/contrib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ def download(archive_url, output_directory, force=False, compress=False):


except ModuleNotFoundError as excep:
exception_info = (
log.error(
str(excep)
+ "\nInstallation of the contrib extra is required to use pyhf.contrib.utils.download"
+ "\nPlease install with: python -m pip install pyhf[contrib]\n"
)
log.error(exception_info)

0 comments on commit d8e2761

Please sign in to comment.