Skip to content

Commit

Permalink
fix(ala): Fix alabama
Browse files Browse the repository at this point in the history
Alabama no longer needs selenium but
I accidently left it as webdriven
remove it.
  • Loading branch information
flooie committed Nov 19, 2023
1 parent 692ad3f commit ddff3e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions juriscraper/opinions/united_states/state/ala.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

import json

from juriscraper.OpinionSiteLinearWebDriven import OpinionSiteLinearWebDriven
from juriscraper.OpinionSiteLinear import OpinionSiteLinear


class Site(OpinionSiteLinearWebDriven):
class Site(OpinionSiteLinear):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.court_id = self.__module__
Expand Down

0 comments on commit ddff3e1

Please sign in to comment.