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