From 889272e0326eeb26f0f931650c928202c4fadc4a Mon Sep 17 00:00:00 2001 From: Clemens Rudert Date: Mon, 30 Oct 2023 10:29:31 +0100 Subject: [PATCH] fix lint issues --- doc/source/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index fc4a49f285..2e169b0a48 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -17,12 +17,8 @@ # documentation root, use os.path.abspath to make it absolute, like shown here. # import os -from mako.template import Template -import sys -import inspect # sys.path.insert(0, os.path.abspath('.')) import re -import types import subprocess import sphinx_rtd_theme from pyramid_oereb.core.config import Config