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
- Do not import os.path as P, because of
"Lowercase variable imported as non-lowercase"
- Do not user `dir` as a name variable since it is a builtin function
name. Avoids "Shadows built-in name 'dir'"
- Avoid "Expected type 'None' (matched generic type '_VT'), got 'str'
instead" when setting `res` by giving it the appropriate type hint.
0 commit comments