Summary
As a BNG user, I want type hints on the function signatures so that my IDE can tell me what types to expect.
Description
Adding type hints (https://realpython.com/lessons/type-hinting/) helps IDEs with autocompletion and gives users information about what inputs they are required to provide.
Acceptance criteria
Summary
As a BNG user, I want type hints on the function signatures so that my IDE can tell me what types to expect.
Description
Adding type hints (https://realpython.com/lessons/type-hinting/) helps IDEs with autocompletion and gives users information about what inputs they are required to provide.
Acceptance criteria
to_osgb36has type hints on the function signaturefrom_osgb36has type hints on the function signature