From 0c236251476b23d68685a888f1bd9e99f5ceba76 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Wed, 5 May 2021 19:47:16 +0200
Subject: [PATCH] Remove newline in imports

---
 apps/registration/tables.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/registration/tables.py b/apps/registration/tables.py
index 9b124ffa..3ccde431 100644
--- a/apps/registration/tables.py
+++ b/apps/registration/tables.py
@@ -3,7 +3,6 @@
 
 import django_tables2 as tables
 from django.contrib.auth.models import User
-
 from treasury.models import SogeCredit
 
 
-- 
GitLab