From 6de7ab82cab5e6ee4bf3efb17e2a27c8e90196cd Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Mon, 1 Apr 2019 14:47:19 +0100 Subject: flake8 lied to me :c --- tests/replication/tcp/streams/test_receipts.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/replication/tcp/streams/test_receipts.py') diff --git a/tests/replication/tcp/streams/test_receipts.py b/tests/replication/tcp/streams/test_receipts.py index f6dda20eba..d5a99f6caa 100644 --- a/tests/replication/tcp/streams/test_receipts.py +++ b/tests/replication/tcp/streams/test_receipts.py @@ -12,6 +12,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +from synapse.replication.tcp.streams._base import ReceiptsStreamRow + from tests.replication.tcp.streams._base import BaseStreamTestCase USER_ID = "@feeling:blue" -- cgit 1.5.1