From ebbb637294c8788846267388270b01bc8a63cb32 Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Wed, 9 Sep 2020 09:50:17 +0200 Subject: [PATCH] [algorithms][__init__] Pre-commit cleanup --- beat/web/algorithms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beat/web/algorithms/__init__.py b/beat/web/algorithms/__init__.py index cc57d1eae..d0430713a 100644 --- a/beat/web/algorithms/__init__.py +++ b/beat/web/algorithms/__init__.py @@ -25,4 +25,4 @@ # # ############################################################################### -default_app_config = 'beat.web.algorithms.apps.AlgorithmsConfig' +default_app_config = "beat.web.algorithms.apps.AlgorithmsConfig" -- GitLab