From 4ebad7fa5cea5070621aa217d6358461e0b1d863 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 20:41:21 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index 0f55546..a51cb17 100644 --- a/conf.py +++ b/conf.py @@ -13,9 +13,9 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. # import os -import sys -import subprocess import re +import subprocess +import sys sys.path.insert(0, os.path.abspath('.'))