Skip to content

Commit a701eab

Browse files
committed
Fix import
1 parent 3e0b678 commit a701eab

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/scirpy/ir_dist/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
import pandas as pd
2-
31
"""Compute distances between immune receptor sequences"""
42

53
from collections.abc import Sequence
64
from typing import Literal
75

86
import numpy as np
7+
import pandas as pd
98
from scanpy import logging
109
from scipy.sparse import csr_matrix
1110

0 commit comments

Comments
 (0)