adafruit / Adafruit_CircuitPython_NTP

Network Time Protocol (NTP) Helper for CircuitPython
MIT License
9 stars 18 forks source link

[#18] Add type annotations #19

Closed process1183 closed 2 years ago

process1183 commented 2 years ago

Added missing type annotations to the methods in the NTP class.

FoamyGuy commented 2 years ago

Thanks for working on this @process1183 I'll look over this later on tonight.