jquast / blessed

Blessed is an easy, practical library for making python terminal apps
http://pypi.python.org/pypi/blessed
MIT License
1.18k stars 71 forks source link

Fix global variable declarations in formatters.pyi #230

Closed mwchase closed 2 years ago

mwchase commented 2 years ago

Convert aliases into type annotations, as was intended.

This needs some work to prove it out, since apparently mypy isn't cross-checking the py and pyi files, or it would have caught this?

codecov[bot] commented 2 years ago

Codecov Report

Merging #230 (e44d033) into master (08417d6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #230   +/-   ##
=======================================
  Coverage   95.36%   95.36%           
=======================================
  Files           9        9           
  Lines        1014     1014           
  Branches      163      176   +13     
=======================================
  Hits          967      967           
  Misses         43       43           
  Partials        4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 08417d6...e44d033. Read the comment docs.