Skip to content

Commit

Permalink
inputs.ramp: missing import of pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Nov 12, 2024
1 parent ecc2b6b commit 812046b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypath/inputs/ramp/_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

from __future__ import annotations

import pandas as pd

from ._sqlite import ramp_raw

__all__ = ['ramp_mapping']
Expand Down

0 comments on commit 812046b

Please sign in to comment.