We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7229532 + 2dc1608 commit 3581399Copy full SHA for 3581399
semantic_search/demo.py
@@ -1,7 +1,7 @@
1
import json
2
from typing import List
3
4
-import requests
+import requests # type: ignore
5
import streamlit as st
6
import validators
7
semantic_search/ncbi.py
@@ -5,7 +5,7 @@
import logging
import time
8
9
from Bio import Medline
10
from dotenv import load_dotenv
11
from pydantic import BaseSettings
0 commit comments