Skip to content

Commit 64e0c24

Browse files
Flake8 cleanup;
1 parent 261fc78 commit 64e0c24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

oshc/oshc/settings.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727

2828
# Tuple of people who get error notifications
2929
ADMINS = [
30-
('Tapasweni Pathak','[email protected]'),
31-
('Nikhita Raghunath','[email protected]'),
32-
('Ibrahim Jarif','[email protected]'),
30+
('Tapasweni Pathak', '[email protected]'),
31+
('Nikhita Raghunath', '[email protected]'),
32+
('Ibrahim Jarif', '[email protected]'),
3333
('Amar Prakash Pandey', '[email protected]')
3434
]
3535

0 commit comments

Comments
 (0)