Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-09 08:30:13 +00:00 committed by Gerrit Code Review
commit d5cc067766
2 changed files with 0 additions and 3 deletions

View File

@ -16,8 +16,6 @@ limitations under the License.
"""
from __future__ import print_function
import sys
import falcon

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 sys
from oslo_config import cfg