Skip to content

Commit

Permalink
style: happy mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
doctrino committed Dec 11, 2024
1 parent a4d93c1 commit dba8c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cognite/client/data_classes/capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ class DiagramParsingAcl(Capability):
actions: Sequence[Action]
scope: AllScope = field(default_factory=AllScope)

class Action(Capability.Action):
class Action(Capability.Action): # type: ignore [misc]
Read = "READ"
Write = "WRITE"

Expand Down

0 comments on commit dba8c3c

Please sign in to comment.