Krzysztof Mędrela
Results
1
issues of
Krzysztof Mędrela
PEP8 allows you to type a bunch of dummy one-liners like this: ``` class CustomException(Exception): pass class AnotherException(Exception): pass class YetAnotherException(Exception): pass ``` But this code raises E701 (compound statement)...
undecided
feature