jquast / blessed

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

Fixes for PyLint 2.13 #239

Closed avylove closed 2 years ago

avylove commented 2 years ago

Easy fix to quiet PyLint.

codecov[bot] commented 2 years ago

Codecov Report

Merging #239 (61045d0) into master (7078fad) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #239      +/-   ##
==========================================
- Coverage   95.36%   95.36%   -0.01%     
==========================================
  Files           9        9              
  Lines        1015     1013       -2     
  Branches      176      177       +1     
==========================================
- Hits          968      966       -2     
  Misses         43       43              
  Partials        4        4              
Impacted Files Coverage Δ
blessed/terminal.py 98.24% <100.00%> (-0.01%) :arrow_down:

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 7078fad...61045d0. Read the comment docs.