Skip to content

Commit

Permalink
skgenome: Update pandas Int64Index import to resolve a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed May 29, 2020
1 parent e3ee9fc commit b1113b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skgenome/intersect.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
import numpy as np
import pandas as pd
from pandas.core.index import Int64Index
from pandas import Int64Index

from .combiners import first_of, join_strings, make_const

Expand Down

0 comments on commit b1113b4

Please sign in to comment.