Skip to content

Commit

Permalink
remove pragma: no cover
Browse files Browse the repository at this point in the history
it said my job failed cuz my coverage went down which looks bad so nah ill remove it
  • Loading branch information
Wo0fle committed Jun 20, 2024
1 parent 31ac495 commit f75a227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_sq1.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Need help? Visit https://github.com/Wo0fle/virtual-sq1
"""

__version__ = '1.0.0' # pragma: no cover
__version__ = '1.0.0'


class Square1:
Expand Down

0 comments on commit f75a227

Please sign in to comment.