Skip to content

Commit

Permalink
Really fix lint this time...
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Dec 12, 2018
1 parent 39dca92 commit b351a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/gate.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ def decompositions(self):
if not hasattr(self, '_define_decompositions'):
raise NotImplementedError(
"No decomposition rules defined for ", self.name)
self._define_decompositions() # pylint: disable: no-member
self._define_decompositions() # pylint: disable=no-member
return self._decompositions

0 comments on commit b351a07

Please sign in to comment.