aboutsummaryrefslogtreecommitdiff
path: root/test/http2_test/test_max_streams.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/http2_test/test_max_streams.py')
-rw-r--r--test/http2_test/test_max_streams.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http2_test/test_max_streams.py b/test/http2_test/test_max_streams.py
index 401307482c..62538433ae 100644
--- a/test/http2_test/test_max_streams.py
+++ b/test/http2_test/test_max_streams.py
@@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-import hyperframe.frame
import logging
import http2_base_server
+import hyperframe.frame
class TestcaseSettingsMaxStreams(object):