diff --git a/docs/cookbook.rst b/docs/cookbook.rst index 7489b70a..078f02c8 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,8 @@ Even more so with a sprinkling of Nox: .. code-block:: python + import argparse + import nox @nox.session