diff -r 877cac2e8d94 -r b5048b5ff454 RefactoringRope/RefactoringClient.py --- a/RefactoringRope/RefactoringClient.py Wed Dec 30 11:02:11 2020 +0100 +++ b/RefactoringRope/RefactoringClient.py Tue Mar 16 18:11:29 2021 +0100 @@ -7,13 +7,6 @@ Module implementing the refactoring client interface to rope. """ -from __future__ import unicode_literals -try: - str = unicode # __IGNORE_WARNING__ __IGNORE_EXCEPTION__ -except NameError: - pass - - import sys import os