Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete unused, untested decorators.py #212

Merged
merged 2 commits into from
Aug 25, 2023

Conversation

devdanzin
Copy link
Collaborator

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
Copy link

codecov-commenter commented Aug 24, 2023

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              

@tonybaloney tonybaloney merged commit 30dc49c into tonybaloney:master Aug 25, 2023
20 checks passed
@devdanzin devdanzin deleted the decorator branch August 26, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants