Skip to content

Commit

Permalink
refactor(scrape_pacer_free_opinions): delete unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
grossir committed Nov 4, 2024
1 parent b46da0d commit 3cf58e5
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
import datetime
import inspect
import math
import os
import time
from typing import Callable, Dict, List, Optional, cast

from celery.canvas import chain
from django.conf import settings
from django.db.models import F, Q, Window
from django.db.models.functions import RowNumber
from django.utils.timezone import now
Expand Down Expand Up @@ -36,9 +34,6 @@
from cl.search.models import Court, RECAPDocument
from cl.search.tasks import add_docket_to_solr_by_rds, add_items_to_solr

PACER_USERNAME = os.environ.get("PACER_USERNAME", settings.PACER_USERNAME)
PACER_PASSWORD = os.environ.get("PACER_PASSWORD", settings.PACER_PASSWORD)


def get_last_complete_date(
court_id: str,
Expand Down

0 comments on commit 3cf58e5

Please sign in to comment.