Skip to content

Commit

Permalink
fix: add missing cookbook recipe snippet imports (#853)
Browse files Browse the repository at this point in the history
* fix: add missing cookbook recipe snippet imports

* Update docs/cookbook.rst

---------

Co-authored-by: Henry Schreiner <[email protected]>
  • Loading branch information
KasperZutterman and henryiii authored Oct 1, 2024
1 parent f83bec3 commit ba29b2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Enter the ``dev`` nox session:
.. code-block:: python
import os
import pathlib
import nox
Expand Down Expand Up @@ -87,6 +88,7 @@ Even more so with a sprinkling of Nox:

.. code-block:: python
import argparse
import nox
@nox.session
Expand Down

0 comments on commit ba29b2c

Please sign in to comment.