Skip to content

Commit ec98f23

Browse files
committed
Race condition with pre-existing rows.
1 parent 575baec commit ec98f23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/pubsub.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import asyncio
2+
import zlib
23

34
from contextlib import suppress
45
from psycopg import sql, Connection, OperationalError, AsyncConnection

0 commit comments

Comments
 (0)