Skip to content

Commit

Permalink
Missing import correction
Browse files Browse the repository at this point in the history
  • Loading branch information
PawelPlesniak committed Oct 23, 2024
1 parent 1d684d6 commit 47b3f19
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 47b3f19

Please sign in to comment.