jglaser commited on
Commit
3ef617d
1 Parent(s): 16d1b7f

fix import

Browse files
Files changed (1) hide show
  1. binding_affinity.py +1 -1
binding_affinity.py CHANGED
@@ -15,7 +15,7 @@
15
  """TODO: A dataset of protein sequences, ligand SMILES and binding affinities."""
16
 
17
  import huggingface_hub
18
- import pandas
19
  import os
20
 
21
  import datasets
 
15
  """TODO: A dataset of protein sequences, ligand SMILES and binding affinities."""
16
 
17
  import huggingface_hub
18
+ import pandas as pd
19
  import os
20
 
21
  import datasets