Remove from __future__ imports (#38703)
This commit is contained in:
3
lib/spack/external/ctest_log_parser.py
vendored
3
lib/spack/external/ctest_log_parser.py
vendored
@@ -65,9 +65,6 @@
|
||||
up to date with CTest, just make sure the ``*_matches`` and
|
||||
``*_exceptions`` lists are kept up to date with CTest's build handler.
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from __future__ import division
|
||||
|
||||
import re
|
||||
import math
|
||||
import multiprocessing
|
||||
|
Reference in New Issue
Block a user