Remove future imports

These particular imports are no longer needed in a Python 3-only world.

Change-Id: I5e9e15556c04871c451f6363380f2a7ac026c968
This commit is contained in:
zhangbailin
2020-04-26 16:53:41 +08:00
committed by Brin Zhang
parent eaa0dfea4b
commit f0f15f89c6
24 changed files with 0 additions and 51 deletions

View File

@@ -13,8 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import unicode_literals
import importlib
import inspect