Skip to content

Commit bd8b1b1

Browse files
committed
style: Refactor code formatting and structure across project
- Remove unnecessary empty line in [transcribe_me/__init__.py] - Refactor code for improved readability - Fix bug in error handling logic
1 parent ba86710 commit bd8b1b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

transcribe_me/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
parts = __version__.split(".")
66
if len(parts) != 3 or not all(part.isdigit() for part in parts):
77
__version__ = "0.0.0"
8-

0 commit comments

Comments
 (0)