Skip to content

Commit 56f92c0

Browse files
plocketmiabonardi
andauthored
Update documentation of al_courts.py to comment out TODO
In place of SuffolkLITLab/docassemble-AssemblyLine-documentation#506. Thanks to @miabonardi for spotting this one! Co-authored-by: miabonardi <65858862+miabonardi@users.noreply.github.com>
1 parent ab76932 commit 56f92c0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docassemble/AssemblyLine/al_courts.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,12 @@
2424

2525

2626
class ALCourt(Court):
27-
"""Object representing a court in Massachusetts.
28-
TODO: it could be interesting to store a jurisdiction on a court. But this is non-trivial. Should it be geo boundaries?
27+
"""Object representing a court in Massachusetts. We use a function on the CourtList object that filters courts by
28+
address and can use any of those three features of the court to do the filtering.
29+
30+
<!-- TODO: it could be interesting to store a jurisdiction on a court. But this is non-trivial. Should it be geo boundaries?
2931
A list of cities? A list of counties? Instead, we use a function on the CourtList object that filters courts by
30-
address and can use any of those three features of the court to do the filtering."""
32+
address and can use any of those three features of the court to do the filtering.-->"""
3133

3234
def init(self, *pargs, **kwargs) -> None:
3335
"""Create a new court object.

0 commit comments

Comments
 (0)