Skip to content

Commit

Permalink
Fix test lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Jan 13, 2021
1 parent c12c4c0 commit ea8cc7d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/python/algorithms/test_vqe.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

# pylint: disable=no-name-in-module,import-error

""" Test VQE """

import unittest
Expand Down
2 changes: 2 additions & 0 deletions test/python/opflow/legacy/test_weighted_pauli_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

# pylint: disable=no-name-in-module,import-error

""" Test WeightedPauliOperator """

import unittest
Expand Down
2 changes: 2 additions & 0 deletions test/python/opflow/test_state_op_meas_evals.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

# pylint: disable=no-name-in-module,import-error

""" Test Operator construction, including OpPrimitives and singletons. """

import unittest
Expand Down

0 comments on commit ea8cc7d

Please sign in to comment.