[Bug] - Function get_district_built_area() returns float and None but only float is specified

The function get_district_built_area() returns either the build area as a float or None if the query returns no result. However, the type hint and the docstring indicate that only float values are being returned.

\rfc @pdlmora @pomodoro

Edited by Danijel Schorlemmer