Skip to content

Commit

Permalink
fix: add missing cookbook recipe snippet imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperZutterman committed Sep 29, 2024
1 parent 7e1f953 commit c889e7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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,8 @@ Even more so with a sprinkling of Nox:

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

0 comments on commit c889e7c

Please sign in to comment.