Skip to content

Commit

Permalink
Allow the OverlapDetector to be generic over input feature types
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Jun 27, 2024
1 parent 1bc7ed5 commit fa1217b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybedlite/tests/test_overlap_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

from dataclasses import dataclass
from typing import List
from typing import TypeAlias
from typing import Union

import pytest
from typing_extensions import TypeAlias

from pybedlite.bed_record import BedRecord
from pybedlite.bed_record import BedStrand
Expand Down

0 comments on commit fa1217b

Please sign in to comment.