From 3d16e977370e3786d0cae2b944fc071cd34fa73e Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 23 Nov 2024 15:57:51 -0800 Subject: [PATCH] Tweaks for flake8 --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 4556150..427924a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ # -- Project information ----------------------------------------------------- project = "py-ptsl: Pro Tools Scripting Library for Python" -copyright = f"{ datetime.date.today().year }, Jamie Hardt" +copyright = f"{datetime.date.today().year}, Jamie Hardt" author = "Jamie Hardt"