From 2c9eeb85fe4973ef3b2569d2139c371ed5afca37 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Fri, 5 Nov 2021 22:21:18 +0100 Subject: [PATCH] Reformat --- aleksis/apps/matrix/apps.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/aleksis/apps/matrix/apps.py b/aleksis/apps/matrix/apps.py index 54162ca..64749ec 100644 --- a/aleksis/apps/matrix/apps.py +++ b/aleksis/apps/matrix/apps.py @@ -10,6 +10,4 @@ class DefaultConfig(AppConfig): "Repository": "https://edugit.org/AlekSIS/onboarding//AlekSIS-App-Matrix", } licence = "EUPL-1.2+" - copyright_info = ( - ([2021], "Dominik George", "dominik.george@teckids.org"), - ) + copyright_info = (([2021], "Dominik George", "dominik.george@teckids.org"),) -- GitLab