Skip to content

Commit cfa599e

Browse files
committed
line too long
1 parent 2727091 commit cfa599e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tom_observations/views.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ class ObservationFilter(FilterSet):
5858
def __init__(self, *args, **kwargs):
5959
"""
6060
The "status" filter is populated dynamically via list comprehension here in the __init__ (at runtime).
61-
This is necessary because the `ObservationRecord` db table doesn't necessarily exist at Class-interpretation-time
61+
This is important because the `ObservationRecord` db table doesn't necessarily exist at
62+
Class-interpretation-time
6263
"""
6364
super().__init__(*args, **kwargs)
6465
self.status = MultipleChoiceFilter(

0 commit comments

Comments
 (0)