Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit a7ae5fd

Browse files
committed
remove empty lines
1 parent 2ce1cc0 commit a7ae5fd

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

web/tests/test_events_processors.py

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -222,21 +222,4 @@ def test_get_nearby_events(self):
222222
self.create_event(status="PENDING")
223223
nearby = get_nearby_events(target_event)
224224

225-
self.assertEqual(1, len(nearby))
226-
227-
228-
229-
230-
231-
232-
233-
234-
235-
236-
237-
238-
239-
240-
241-
242-
225+
self.assertEqual(1, len(nearby))

0 commit comments

Comments
 (0)