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
filtered_trait_instructions: list[str] = [
- trait for trait in (traits_instructions or []) if trait
+ trait for trait in traits_instructions or [] if trait
]
There are ones involving await that are a little more arguable