Skip to content

Commit

Permalink
Annotate file descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
naglepuff committed Aug 30, 2024
1 parent b6ad7d7 commit e015e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nmdc_server/ingest/kegg.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import csv
from pathlib import Path
from typing import Dict
from typing import Dict, List, Union

import requests
from sqlalchemy.orm import Session
Expand Down Expand Up @@ -71,7 +71,7 @@ def get_search_records_from_delimeted_file(
"pdb_id",
]

delimeted_files = {
delimeted_files: Dict[str, Dict[str, Union[str, List[str]]]] = {
PATHWAY_FILE: {
"term_key": "image_id",
"text_key": "title",
Expand Down

0 comments on commit e015e2d

Please sign in to comment.