Serg
Results
1
issues of
Serg
example: ``` @attr.s class A: b: int = attr.ib() a = 2 log.warning(f'a: {a}') ``` Do you have python 3.6+ support? Maybe issue caused by environment. I use pipenv environment,...
non-reproducible