Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nanglo123 committed Jul 16, 2024
1 parent d3ead11 commit 394dc01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion mira/dkg/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import itertools as itt
import logging
import os
import json
from collections import Counter, defaultdict
from difflib import SequenceMatcher
from functools import lru_cache
Expand Down
1 change: 0 additions & 1 deletion mira/dkg/construct.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
import biomappings
import bioontologies
import click
import pydantic.error_wrappers
import pyobo
import pystow
from bioontologies import obograph
Expand Down

0 comments on commit 394dc01

Please sign in to comment.