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 authored and henryiii committed Oct 1, 2024
1 parent f83bec3 commit 365a385
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 365a385

Please sign in to comment.