Skip to content

Commit

Permalink
Rearrange imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Jul 18, 2024
1 parent 9a4470e commit 09bb2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import_gilda_mappings.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
import os
from typing import Iterable

from biomappings import load_false_mappings, load_mappings
from biomappings.resources import PredictionTuple, append_prediction_tuples
from biomappings.utils import get_script_url
from biomappings import load_mappings, load_false_mappings

GILDA_PATH = os.environ.get("GILDA_PATH")
if GILDA_PATH:
Expand Down

0 comments on commit 09bb2fb

Please sign in to comment.