__future__ not needed by Python >= 3.6

This commit is contained in:
Dimitri Papadopoulos
2021-09-30 10:46:16 +02:00
parent b2e96b267e
commit aaee230f1f
2 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,5 @@
# -*- coding: utf-8 -*-
from __future__ import print_function
import contextlib
import inspect
import os