Skip to content

Commit

Permalink
Resolve conflicts with remote
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob720 committed Jan 6, 2025
1 parent d448cd4 commit 01ae6a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/aa_remove_data/pb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
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

from aa_remove_data.generated import EPICSEvent_pb2


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.
Expand Down

0 comments on commit 01ae6a4

Please sign in to comment.