fix typo in import kb_features
#1
by
gabrielaltay
- opened
pdr.py
CHANGED
@@ -25,7 +25,7 @@ from typing import Dict, Iterator, Optional, Tuple
|
|
25 |
|
26 |
import datasets
|
27 |
|
28 |
-
from .bigbiohub import
|
29 |
from .bigbiohub import BigBioConfig
|
30 |
from .bigbiohub import Tasks
|
31 |
|
|
|
25 |
|
26 |
import datasets
|
27 |
|
28 |
+
from .bigbiohub import kb_features
|
29 |
from .bigbiohub import BigBioConfig
|
30 |
from .bigbiohub import Tasks
|
31 |
|