Closed mmckerns closed 1 month ago
replace check for isinstance of int with Integral, and isinstance for bool with check for True and False
isinstance
int
Integral
bool
True
False
Documentation and Tests
python tests/__main__.py
Release Management
Summary
replace check for
isinstance
ofint
withIntegral
, andisinstance
forbool
with check forTrue
andFalse
Checklist
Documentation and Tests
python tests/__main__.py
, and pass.Release Management