From ba29b2c5dd048d76c1177448f195e2edf33ef33e Mon Sep 17 00:00:00 2001 From: Kasper Zutterman Date: Tue, 1 Oct 2024 07:06:47 +0200 Subject: [PATCH] fix: add missing cookbook recipe snippet imports (#853) * fix: add missing cookbook recipe snippet imports * Update docs/cookbook.rst --------- Co-authored-by: Henry Schreiner --- docs/cookbook.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cookbook.rst b/docs/cookbook.rst index 7489b70a..eb93fdd7 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -40,6 +40,7 @@ Enter the ``dev`` nox session: .. code-block:: python import os + import pathlib import nox @@ -87,6 +88,7 @@ Even more so with a sprinkling of Nox: .. code-block:: python + import argparse import nox @nox.session