Skip to content

Commit

Permalink
Merge branch 'main' into nayib/docsite
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Mar 19, 2024
2 parents d45fc9c + 46d04a4 commit 628036b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/src/cellxgene_ontology_guide/ontology_parser.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re
from typing import Any, Dict, Iterable, List, Union

from cellxgene_ontology_guide.constants import VALID_NON_ONTOLOGY_TERMS
from cellxgene_ontology_guide._constants import VALID_NON_ONTOLOGY_TERMS
from cellxgene_ontology_guide.entities import Ontology
from cellxgene_ontology_guide.supported_versions import CXGSchema

Expand Down

0 comments on commit 628036b

Please sign in to comment.