Remove the __future__ modulue

The __future__ module [1] was used in this context to ensure compatibility
between python 2 and python 3. This version is not support  python 2 any more.

[1] https://docs.python.org/3/library/__future__.html

Change-Id: I94c61ba495283fc6e461bec156a7007ecbd6bb50
This commit is contained in:
Caihui 2020-06-19 22:52:55 -07:00
parent 9a214616ec
commit cff3d800ee
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import print_function
import atexit
import logging as log

View File

@ -12,7 +12,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import print_function
from keystoneclient import session