Skip to content

Commit

Permalink
improve import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Cruz Núñez authored and Cruz Núñez committed Apr 4, 2024
1 parent d02010e commit 5622a9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions city_scrapers/spiders/bisnd_bcpc.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
from urllib.parse import urljoin

from city_scrapers_core.constants import COMMISSION
from city_scrapers_core.spiders import CityScrapersSpider
from city_scrapers_core.items import Meeting
from city_scrapers_core.spiders import CityScrapersSpider
from dateutil.parser import parse
from urllib.parse import urljoin


class BisndBcpcSpider(CityScrapersSpider):
Expand Down

0 comments on commit 5622a9d

Please sign in to comment.