From 52187f927e1c20e76a3423703db00caee645d9a2 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Fri, 18 Aug 2023 12:03:37 +0200 Subject: [PATCH] Update xrefs.py --- src/pyobo/api/xrefs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyobo/api/xrefs.py b/src/pyobo/api/xrefs.py index f665eaad..1688c3c3 100644 --- a/src/pyobo/api/xrefs.py +++ b/src/pyobo/api/xrefs.py @@ -4,7 +4,7 @@ import logging from functools import lru_cache -from typing import Mapping, Optional, Tuple, List +from typing import List, Mapping, Optional, Tuple import bioregistry import pandas as pd