Skip to content

Commit

Permalink
refactor(cadc): add file history dosctring
Browse files Browse the repository at this point in the history
  • Loading branch information
grossir committed Dec 31, 2024
1 parent b8b0311 commit e7550a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions juriscraper/opinions/united_states/federal_appellate/cadc.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
"""
CourtID: cadc
Court Short Name: Court of Appeals of the District of Columbia
Author: mlissner
History:
2014-07-31, mlissner: commited first version
2024-12-31, grossir: Implemented new site
"""

from juriscraper.OpinionSiteLinear import OpinionSiteLinear


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
Author: flooie
History:
2021-12-18: Created by flooie
2023-01-12: Fixed requests.exceptions.InvalidURL error by grossir
2023-01-12: Fixed requests.exceptions.InvalidURL error, by grossir
2024-12-31: Implemented new site, by grossir
"""

from juriscraper.opinions.united_states.federal_appellate import cadc
Expand Down

0 comments on commit e7550a9

Please sign in to comment.