• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Qiskit / qiskit / 26465314178

26 May 2026 05:20PM UTC coverage: 87.593% (-0.02%) from 87.608%
26465314178

push

github

web-flow
Enable unused-import in `ruff` (#15940)

* Remove unused imports

* Enable F401

* Use documented path over internal paths

* undo formatting changes to `pyproject.toml`

* Forgot committing QPY test

* Apply CPR on ``qiskit.quantum_info.random``

* start putting __all__

* Wrap up the __all__ excursion

Supported by Claude 3.2 Sonnet to try and generate the __all__ lists (which was somewhat successful but needed tweaking afterwards)

* Update from `main`

* `make lint` doesn't run `make black`?

* Some "annotations" snuck in

Thanks bob

* undo changes to `pyproject.toml`

* Use star imports

* More star imports and main fixup

* Fix new ruff issues from main

* Fix new errors from `main`

* Use `__all__` to document what's public

.. plus some review comments

* Add missing public exports

---------

Co-authored-by: Jake Lishman <jake.lishman@ibm.com>

208 of 210 new or added lines in 99 files covered. (99.05%)

24 existing lines in 4 files now uncovered.

108599 of 123981 relevant lines covered (87.59%)

956248.7 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/qiskit/visualization/timeline/plotters/__init__.py
1
# This code is part of Qiskit.
2
#
3
# (C) Copyright IBM 2020.
4
#
5
# This code is licensed under the Apache License, Version 2.0. You may
6
# obtain a copy of this license in the LICENSE.txt file in the root directory
7
# of this source tree or at https://www.apache.org/licenses/LICENSE-2.0.
8
#
9
# Any modifications or derivative works of this code must retain this
10
# copyright notice, and modified files need to carry a notice indicating
11
# that they have been altered from the originals.
12
"""
13
Plotter API.
14
"""
15

16
from qiskit.visualization.timeline.plotters.matplotlib import MplPlotter
×
17

NEW
18
__all__ = ["MplPlotter"]
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc