Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NjaalSoerland committed Apr 2, 2023
1 parent c2b6917 commit e393a80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/mailinglists/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,10 @@ def index(request):
{"name": "Badcom", "email": "[email protected]"},
{"name": "En Psykt Vanlig Uke", "email": "[email protected]"},
{"name": "Fadderutvalget", "email": "[email protected]"},
{"name": "Høyre studentforening",
"email": "[email protected]"},
{
"name": "Høyre studentforening",
"email": "[email protected]",
},
{"name": "Taktlaus", "email": "[email protected]"},
{"name": "Mannskor", "email": "[email protected]"},
{"name": "NTNUI", "email": "[email protected]"},
Expand Down

0 comments on commit e393a80

Please sign in to comment.