Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-07-27 12:04:52 +00:00 committed by Gerrit Code Review
commit 1890dc0520
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Build documentation from STIG and deployer notes."""
from __future__ import print_function, unicode_literals
import os
import re