Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 67948a3

Browse files
committed
removed unused import
1 parent b906f1f commit 67948a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import hyper
1313
import hyper.http11.connection
1414
import pytest
15-
from mock import patch, MagicMock
15+
from mock import patch
1616
from h2.frame_buffer import FrameBuffer
1717
from hyper.compat import ssl
1818
from hyper.contrib import HTTP20Adapter

0 commit comments

Comments
 (0)