Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
msj committed Dec 19, 2023
1 parent 4ad3d7a commit a8e7f6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/nightly_civil_start.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ WITH serials AS (
court_case
WHERE
court = 'civil'
-- noqa: disable=all
AND subdivision = :subdivision
-- noqa: enable=all
AND subdivision = :subdivision /* noqa */
AND substr(case_number, 1, 4) = strftime('%Y', current_timestamp)
)

Expand Down

0 comments on commit a8e7f6a

Please sign in to comment.