From 583186c519157d29df6650a70f052db95a426b53 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:31:15 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- nams/builder_lib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nams/builder_lib.py b/nams/builder_lib.py index ff6f9b9f..f2ec319c 100644 --- a/nams/builder_lib.py +++ b/nams/builder_lib.py @@ -4,6 +4,7 @@ This module exists because I saw common usable functions across both the LeanPub and MkDocs build steps. """ + import nbformat from nbconvert import MarkdownExporter, PDFExporter from nbconvert.preprocessors import ExecutePreprocessor