Skip to content

Commit

Permalink
Merge pull request #798 from aptalca/patch-1
Browse files Browse the repository at this point in the history
fix module name in BirminghamCityCouncil.py
  • Loading branch information
robbrad authored Sep 3, 2024
2 parents 4d6942f + 1a81872 commit f33767f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import logging
import re
from datetime import datetime
from uk_bin_collection.common import *
from uk_bin_collection.uk_bin_collection.common import *
from dateutil.parser import parse

from uk_bin_collection.uk_bin_collection.common import check_uprn, check_postcode
Expand Down

0 comments on commit f33767f

Please sign in to comment.