Closed martinburchell closed 3 years ago
https://github.com/RudolfCardinal/pythonlib/blob/master/cardinal_pythonlib/typetests.py#L54
/usr/share/camcops/venv/lib/python3.8/site-packages/cardinal_pythonlib/typetests.py:54: SyntaxWarning: "is" with a literal. Did you mean "=="? if value is None or value is "":
Thanks! Fixed in master.
https://github.com/RudolfCardinal/pythonlib/blob/master/cardinal_pythonlib/typetests.py#L54