This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Clear out all __future__ imports related to python 2 compatibility #8333
Labels
Z-Help-Wanted
We know exactly how to fix this issue, and would be grateful for any contribution
Description:
A quick
grep
through synapse delivers a bunch of__future__
imports (print_function
anddivision
), these are leftovers from python 2, though stubs (and effectively doing nothing), these should be cleared out.The text was updated successfully, but these errors were encountered: