🔧 Fix all ruff typo errors & test CI/CD workflow (#109)

* [chore] Fix ruff typo

* [robot] Fix welcome robot
This commit is contained in:
OleehyO
2025-04-21 13:52:16 +08:00
committed by GitHub
parent ae776aa9c7
commit 511f69555c
9 changed files with 127 additions and 123 deletions

View File

@@ -1,3 +1,3 @@
from .texteller import TexTeller
__all__ = ['TexTeller']
__all__ = ["TexTeller"]