Skip to content

Commit 8f159eb

Browse files
author
Richard Liang
committed
Cleaned up some imports/commented-out imports.
1 parent 24b950c commit 8f159eb

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/easyhla/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
from .easyhla import EasyHLA as EasyHLA
2-
3-
# from .easyhla import HLALocus as HLALocus
42
from .entrypoint import run as run

src/easyhla/easyhla.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from typing import Final, Literal, Optional
88

99
import numpy as np
10-
import pydantic_numpy.typing as pnd
1110
from Bio.Seq import Seq
1211
from Bio.SeqIO import SeqRecord
1312

0 commit comments

Comments
 (0)