tonybaloney / wily

A Python application for tracking, reporting on timing and complexity in Python code
Apache License 2.0
1.2k stars 58 forks source link

Delete unused, untested decorators.py #212

Closed devdanzin closed 1 year ago

devdanzin commented 1 year ago

The file decorators.py contains a single decorator, add_version. Its intended use is adding version numbers to docstrings. Since it's unused and version number is manually added in __main.py__, this PR deletes the file.

codecov-commenter commented 1 year ago

Codecov Report

Merging #212 (69346ca) into master (acf39d2) will increase coverage by 0.35%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
+ Coverage   95.46%   95.82%   +0.35%     
==========================================
  Files          26       25       -1     
  Lines        1346     1341       -5     
  Branches      287      287              
==========================================
  Hits         1285     1285              
+ Misses         37       32       -5     
  Partials       24       24