Skip to content

Commit

Permalink
optimizing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nh916 committed Jul 25, 2023
1 parent 0d94bc8 commit 56dd4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cript/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from cript.api.utils.web_file_downloader import download_file_from_url
from cript.api.valid_search_modes import SearchModes
from cript.api.vocabulary_categories import ControlledVocabularyCategories
from cript.nodes.exceptions import CRIPTJsonNodeError, CRIPTNodeSchemaError
from cript.nodes.exceptions import CRIPTNodeSchemaError
from cript.nodes.primary_nodes.project import Project

# Do not use this directly! That includes devs.
Expand Down

0 comments on commit 56dd4cc

Please sign in to comment.