summaryrefslogtreecommitdiff
path: root/buildscripts/idl/tests/test_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/idl/tests/test_parser.py')
-rw-r--r--buildscripts/idl/tests/test_parser.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/buildscripts/idl/tests/test_parser.py b/buildscripts/idl/tests/test_parser.py
index 3e7c37acb5a..b1531cc12b8 100644
--- a/buildscripts/idl/tests/test_parser.py
+++ b/buildscripts/idl/tests/test_parser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
#
# Copyright (C) 2018-present MongoDB, Inc.
#
@@ -30,8 +30,6 @@
"""Test cases for IDL parser."""
# pylint: disable=too-many-lines
-from __future__ import absolute_import, print_function, unicode_literals
-
import textwrap
import unittest
@@ -964,7 +962,8 @@ class TestParser(testcase.IDLTestcase):
""")
# Commands and structs with same name
- self.assert_parse_fail(test_preamble + textwrap.dedent("""
+ self.assert_parse_fail(
+ test_preamble + textwrap.dedent("""
commands:
foo:
description: foo
@@ -980,7 +979,8 @@ class TestParser(testcase.IDLTestcase):
"""), idl.errors.ERROR_ID_DUPLICATE_SYMBOL)
# Commands and types with same name
- self.assert_parse_fail(test_preamble + textwrap.dedent("""
+ self.assert_parse_fail(
+ test_preamble + textwrap.dedent("""
commands:
string:
description: foo