You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: Fix flake8 errors in database module and tests
- Remove whitespace from blank lines (W293)
- Fix trailing whitespace (W291)
- Add proper newline at end of file (W292)
- Fix import order with noqa comment (E402)
- Remove unused variable assignment
- Maintain proper spacing in function definitions
All timestamp parsing tests still pass after formatting fixes.
Clean flake8 output for database.py and test_database.py.
0 commit comments