diff --git a/src/aa_remove_data/pb_utils.py b/src/aa_remove_data/pb_utils.py index 6f5015f..740cf0c 100644 --- a/src/aa_remove_data/pb_utils.py +++ b/src/aa_remove_data/pb_utils.py @@ -3,7 +3,6 @@ from collections.abc import Callable from datetime import datetime, timedelta from itertools import islice -from itertools import islice from os import PathLike from pathlib import Path @@ -11,7 +10,6 @@ class PBUtils: - def __init__(self, filepath: PathLike | None = None, chunk_size=10000000): def __init__(self, filepath: PathLike | None = None, chunk_size=10000000): """Initialise a PBUtils object. If filepath is set, read the protobuf file at this location to gether its header, samples and type.