Tom Voll
Results
1
issues of
Tom Voll
I'm getting a warning that the following should be using is instead of ==. `rows = data.query(schema.Publish).filter(condish == False)` As far as I understand, pep8 specifies that for if statements...