I don't have permission to push or create a PR so here is the patch you can apply: [Using__in_(___)__clause_instead_of___==_____or_____or_____.patch](https://github.com/sdushantha/snapchat/files/11706905/Using__in_.___.__clause_instead_of___._____or_____or_____.patch) - if status == "TAKEN" or "TOO_LONG" or "INVALID_CHAR": ❌ - if status in ("TAKEN", "TOO_LONG", "INVALID_CHAR"): ✅
I don't have permission to push or create a PR so here is the patch you can apply:
Using__in_(__)clause_instead_of==or_____or.patch