summary refs log tree commit diff
path: root/tests/replication/tcp/streams/test_receipts.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-04-01 14:47:19 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2019-04-01 14:47:19 +0100
commit6de7ab82cab5e6ee4bf3efb17e2a27c8e90196cd (patch)
treea859c0b2304533f452126e5eb19db4ddc4c532a8 /tests/replication/tcp/streams/test_receipts.py
parentfixes and lint (diff)
downloadsynapse-6de7ab82cab5e6ee4bf3efb17e2a27c8e90196cd.tar.xz
flake8 lied to me :c
Diffstat (limited to '')
-rw-r--r--tests/replication/tcp/streams/test_receipts.py2
1 files changed, 2 insertions, 0 deletions
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"