Skip to content

MRPG-64 : FIX "IS NOT NULL" SQLAlchemy condition syntax

Siméon Braga-Girousse requested to merge feature/MRPG-64 into main
  • is not None -> invalid (for SQLAlchemy)
  • != None -> valid but pylint dislike it (expect is not)
  • .isnot(None) -> valid and everyone liked it

Merge request reports