* #788 Add __repr__ and __str__ methods to Matrix * Shortened code with join & improved test * Renamed variable and fixed use of join * Replaced __getitem__ with transposed_list * Optimized repr and removed str methods * Cleanup comment * Increased geom.py code coverage to near 100% * Reformatted with black 19.10b0 defaults * Remove the typing import
It is OK for tests to import implementations like FreeCAD directly.