From a69dc4cb4b008cc6923ceb023d2dc64c0b0be436 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Wed, 16 Feb 2022 08:46:28 +0100 Subject: [PATCH] PEP8 fix --- presentations/intro_de/conf.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/presentations/intro_de/conf.py b/presentations/intro_de/conf.py index a48a30e..c738d45 100644 --- a/presentations/intro_de/conf.py +++ b/presentations/intro_de/conf.py @@ -44,10 +44,6 @@ extensions += [ # -- GraphViz configuration ---------------------------------- graphviz_output_format = 'svg' - - - - # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] @@ -74,4 +70,4 @@ html_theme = 'alabaster' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -html_static_path = ['_static'] \ No newline at end of file +html_static_path = ['_static']