Skip to content

Commit ff3c618

Browse files
committed
Remove unneeded code comment as done differently now
1 parent 99105f0 commit ff3c618

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/user_guide/features/metrics/collecting_metrics.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,7 @@ files and based on a selected external Python tool.
3131
+------------------------------------+-----------------------------+--------------+
3232

3333
These metrics are computed for each element in your build matrix, e.g. for each
34-
Python version defined in the file ``noxconfig.py``:
35-
36-
.. code-block:: python
37-
38-
@dataclass(frozen=True)
39-
class Config:
40-
python_versions = ["3.9", "3.10", "3.11", "3.12", "3.13"]
34+
Python version defined in the `PROJECT_CONFIG` of the ``noxconfig.py`` file.
4135

4236
The GitHub workflows of your project can:
4337

0 commit comments

Comments
 (0)