Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Jul 13, 2020
1 parent c8c9571 commit 5244c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import subprocess

# Added by tim
import keras # to avoid "Using Tensorflow" message later
import tensorflow # to avoid "Using Tensorflow" message later
if os.environ.get("READTHEDOCS"):
# For rtd builds, call "make generate" first.
subprocess.check_call("make generate", shell=True)
Expand Down
2 changes: 1 addition & 1 deletion mhcflurry/downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ releases:

- name: analysis_predictor_info
url: https://github.com/openvax/mhcflurry/releases/download/pre-2.0/analysis_predictor_info.20200711.tar.bz2
defaultl: false
default: false

- name: data_predictions
part_urls:
Expand Down

0 comments on commit 5244c3c

Please sign in to comment.