g0v / vaccinate

vaxx.tw is a tool to find COVID-19 Vaccine Appointments near you
http://vaxx.tw
MIT License
33 stars 20 forks source link

Pyre now has zero errors. #11

Closed kevinjcliao closed 3 years ago

kevinjcliao commented 3 years ago

We had like 20 or so Type Errors from Pyre. I just needed to type alias our Tuple to ScrapedData = Tuple[int, AppointmentAvailability] and Pyre stops complaining.

Also added type stubs for BeautifulSoup4.