Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the trailing "," in signaturesDB (#766)
That corresponding statement in worst case is `if (False or False or False,)` simplifies to `if (False,):` which simplifies to `True` , so the code below is unreachable
- Loading branch information