From fa5d319a11ff08384963df3dd2e91632a266f353 Mon Sep 17 00:00:00 2001 From: Brewster Malevich Date: Tue, 6 Feb 2024 14:56:59 -0800 Subject: [PATCH] Cleanup for newer version of black --- dodola/core.py | 1 - dodola/services.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dodola/core.py b/dodola/core.py index a756099..6dbffb4 100644 --- a/dodola/core.py +++ b/dodola/core.py @@ -3,7 +3,6 @@ Math stuff and business logic goes here. This is the "business logic". """ - import warnings import logging import numpy as np diff --git a/dodola/services.py b/dodola/services.py index 73dacd5..edacbb0 100644 --- a/dodola/services.py +++ b/dodola/services.py @@ -1,5 +1,6 @@ """Used by the CLI or any UI to deliver services to our lovely users """ + from functools import wraps import json import logging