kennethreitz / records

SQL for Humans™
https://pypi.python.org/pypi/records/
ISC License
7.14k stars 570 forks source link

Minor Change to isException method in records.py #188

Closed mark-dacar closed 2 years ago

mark-dacar commented 4 years ago

Condensed two if statements into one and removed redundant else statement. Should be syntactically the same.