shareabouts-api icon indicating copy to clipboard operation
shareabouts-api copied to clipboard

Remove syntax for Python < 3.6

Open BenSturmfels opened this issue 2 years ago • 0 comments

This change removes some remaining Python 2 and Python < 3.6 syntax. These changes were applied with pyupgrade --py36-plus.

Also switched to unittest.mock and dropped the third-party dependency on mock.

BenSturmfels avatar Sep 08 '23 00:09 BenSturmfels