Skip to content

Commit

Permalink
style: format code with Black
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 7c67ef3 according to the output
from Black.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Jul 12, 2024
1 parent 7c67ef3 commit 0b94da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lastversion/__about__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Package metadata"""

__version__ = "3.5.3"
__self__ = "dvershinin/lastversion"
1 change: 1 addition & 0 deletions src/lastversion/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Version class for lastversion"""

import re
from datetime import datetime

Expand Down

0 comments on commit 0b94da6

Please sign in to comment.