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
- Fix line too long (E501) by breaking query into multiline string
- Fix unused variable (F841) by using p_brand variable correctly
- Add missing newline at end of file (W292)
- Remove unused batches variable (SIM113)
- Apply ruff formatting
0 commit comments