Skip to content

Commit

Permalink
Fix typing in LVMExposeDelegate
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Mar 4, 2023
1 parent ab44fb7 commit b347b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lvmscp/delegate.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class LVMExposeDelegate(ExposureDelegate["SCPActor"]):
"""Expose delegate for LVM."""

def __init__(self, actor):
def __init__(self, actor: SCPActor):
super().__init__(actor)

self.use_shutter = True
Expand Down

0 comments on commit b347b89

Please sign in to comment.