- Fix ambiguous fullwidth characters (commas, parentheses) in strings and comments - Replace Chinese comments with English equivalents - Fix unused imports with proper noqa annotations for intentional imports - Fix bare except clauses with specific exception types - Fix redefined variables and undefined names - Add ruff noqa annotations for generated protobuf files - Add lint and format check to GitHub Actions CI pipeline
4 lines
76 B
Python
4 lines
76 B
Python
from .history import ChromeHistoryReader
|
|
|
|
__all__ = ["ChromeHistoryReader"]
|