Skip to content

Commit 1ad6fc8

Browse files
maxprilutskiyclaude
andcommitted
style: fix black code formatting
- Add missing blank line after mypy disable comment - Ensure all files pass black formatting checks - Fix CI/CD workflow formatting requirements 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 832567d commit 1ad6fc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lingodotdev/engine.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
LingoDotDevEngine implementation for Python SDK
33
"""
4+
45
# mypy: disable-error-code=unreachable
56

67
from typing import Any, Callable, Dict, List, Optional

0 commit comments

Comments
 (0)