Spaces:
Running
Running
Update smart_fallback.py
Browse files- smart_fallback.py +1 -0
smart_fallback.py
CHANGED
|
@@ -6,6 +6,7 @@ import data_preprocess
|
|
| 6 |
import pipeline
|
| 7 |
import aiohttp
|
| 8 |
import asyncio
|
|
|
|
| 9 |
# Setup
|
| 10 |
def fetch_ncbi(accession_number):
|
| 11 |
try:
|
|
|
|
| 6 |
import pipeline
|
| 7 |
import aiohttp
|
| 8 |
import asyncio
|
| 9 |
+
import re
|
| 10 |
# Setup
|
| 11 |
def fetch_ncbi(accession_number):
|
| 12 |
try:
|