Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Mar 15, 2024
1 parent fa36c85 commit 80b9b0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion preClinVar/main.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import logging
import re
from typing import List, Union
from typing import List

import requests
import uvicorn
Expand Down
1 change: 0 additions & 1 deletion tests/test_file_parser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from preClinVar.constants import CLNSIG_TERMS
from preClinVar.demo import variants_hgvs_csv_path
from preClinVar.file_parser import (
csv_lines,
set_item_clin_sig,
Expand Down

0 comments on commit 80b9b0e

Please sign in to comment.