Remove all remaining from __future__ imports.

This commit is contained in:
rht 2020-04-03 05:17:01 -04:00 committed by showell
parent 204871b518
commit 4600ce59a3
12 changed files with 0 additions and 25 deletions

View file

@ -1,7 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import print_function
if False:
from typing import Any, Dict, Generator, List, Tuple

View file

@ -1,5 +1,3 @@
from __future__ import absolute_import
import argparse
import os
import six

View file

@ -1,8 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
from __future__ import absolute_import
from __future__ import division
import json
import requests
import time