Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd committed Jun 8, 2018
1 parent 4335375 commit ec52dfe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions qiskit/qasm/_node/_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
Base node object for the OPENQASM syntax tree.
"""


class Node(object):
"""Base node object for the OPENQASM syntax tree."""

Expand Down
1 change: 1 addition & 0 deletions qiskit/qasm/_node/_nodeexception.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
Exception for errors raised while interpreting nodes.
"""


class NodeException(Exception):
"""Base class for errors raised while interpreting nodes."""

Expand Down
2 changes: 1 addition & 1 deletion test/python/test_localjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,4 @@ def mocked_simulator_binaries():


if __name__ == '__main__':
unittest.main(verbosity=2)
unittest.main(verbosity=2)

0 comments on commit ec52dfe

Please sign in to comment.