Skip to content

Commit

Permalink
fix: broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
keonly committed Nov 13, 2023
1 parent 127fa66 commit 558aefb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scrap/local_councils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
import re
from urllib.parse import urlparse
from typing import List
from db.types import Councilor, ScrapResult, ScrapBasicArgument

from db.types import CouncilType, Councilor
from scrap.types import ScrapResult, ScrapBasicArgument
from scrap.utils.requests import get_soup
from db.types import CouncilType
from scrap.utils.utils import getPartyList


Expand Down

0 comments on commit 558aefb

Please sign in to comment.