Skip to content

Commit

Permalink
Update pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoyard committed May 1, 2024
1 parent fdd2c34 commit a7246cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/catalyst/utils/toml.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def intersect_properties(a: OperationProperties, b: OperationProperties) -> Oper


@dataclass
class DeviceCapabilities:
class DeviceCapabilities: # pylint: disable=too-many-instance-attributes
"""Quantum device capabilities"""

native_ops: Dict[str, OperationProperties]
Expand Down

0 comments on commit a7246cc

Please sign in to comment.