Skip to content

Commit

Permalink
Merge pull request #279 from DUNE-DAQ/PawelPlesniak/MissingImport
Browse files Browse the repository at this point in the history
Missing import correction
  • Loading branch information
plasorak authored Oct 23, 2024
2 parents cccba3e + 47b3f19 commit 65e2e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drunc/utils/grpc_utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

from drunc.exceptions import DruncCommandException,DruncException
from druncschema.request_response_pb2 import Response

class UnpackingError(DruncCommandException):
def __init__(self, data, format):
Expand Down

0 comments on commit 65e2e08

Please sign in to comment.