replace everywhere: 'is [not] None' -> '(==|!=) None'

This commit is contained in:
Joeri Exelmans 2024-09-04 09:50:30 +02:00
parent 3ae35a87d0
commit ec1a9dbfca
28 changed files with 690 additions and 668 deletions

View file

@ -28,6 +28,7 @@ MODEL_MGMT = [
Separator(),
'load state',
'dump state',
'to graphviz',
Separator(),
'exit'
],