fix import
Browse files- 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
|