Michal Dabski
Results
12
comments of
Michal Dabski
I have the same problem. The workaround I'm using is `employee__id` instead of `employee_id`
On a related note, I am also getting false positive for code that only type-annotates the iterable. It iterates only once, but B031 is triggered: ``` for form_id, form_obs in...