Skip to content

Commit

Permalink
new inputs.uniprot_idmapping: missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Apr 8, 2024
1 parent 8d7afc6 commit 19b10c2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pypath/inputs/uniprot_idmapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@

from __future__ import annotations

import json

import pandas as pd

import pypath.resources.urls as urls
import pypath.share.curl as curl


def idtypes(
pairs: bool = True,
Expand Down

0 comments on commit 19b10c2

Please sign in to comment.