diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1c82050cb..9010db2c3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -252,11 +252,6 @@ There are a few coding conventions we use in beets: Transaction objects help control concurrent access to the database and assist in debugging conflicting accesses. -- Always use the `future - imports `__ - ``print_function``, ``division``, and ``absolute_import``, but *not* - ``unicode_literals``. These help keep your code modern and will help - in the eventual move to Python 3. - ``str.format()`` should be used instead of the ``%`` operator - Never ``print`` informational messages; use the `logging `__ module