Skip to content

Commit ba29b2c

Browse files
fix: add missing cookbook recipe snippet imports (#853)
* fix: add missing cookbook recipe snippet imports * Update docs/cookbook.rst --------- Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
1 parent f83bec3 commit ba29b2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/cookbook.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Enter the ``dev`` nox session:
4040
.. code-block:: python
4141
4242
import os
43+
import pathlib
4344
4445
import nox
4546
@@ -87,6 +88,7 @@ Even more so with a sprinkling of Nox:
8788

8889
.. code-block:: python
8990
91+
import argparse
9092
import nox
9193
9294
@nox.session

0 commit comments

Comments
 (0)