Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion qiskit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

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

"""Main Qiskit public functionality."""

Expand Down Expand Up @@ -127,3 +127,5 @@ def __getattr__(self, attr):

Aer = AerWrapper()
IBMQ = IBMQWrapper()

del circuit # pylint: disable=wrong-import-position, undefined-variable