Skip to content

Commit

Permalink
Restore BinaryIO
Browse files Browse the repository at this point in the history
  • Loading branch information
eachanjohnson committed Dec 7, 2023
1 parent b7e99f8 commit 9e278ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htstools/io.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Utilities for reading files from platereaders and writing columnar data."""

from typing import Dict, IO, List, TextIO, Tuple, Union
from typing import BinaryIO, Dict, IO, List, TextIO, Tuple, Union
from collections.abc import Iterable
from collections import defaultdict, namedtuple
import csv
Expand Down

0 comments on commit 9e278ac

Please sign in to comment.