Skip to content

Commit

Permalink
chore: back compat
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Dec 31, 2024
1 parent 0a73f1e commit cf6e34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fgpyo/sam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@
from typing import Tuple
from typing import Union
from typing import cast
from typing import override

import attr
import pysam
Expand All @@ -211,6 +210,7 @@
from pysam import AlignmentHeader as SamHeader
from typing_extensions import Self
from typing_extensions import deprecated
from typing_extensions import override

import fgpyo.io
from fgpyo.collections import PeekableIterator
Expand Down

0 comments on commit cf6e34f

Please sign in to comment.