Skip to content

Commit 48e6950

Browse files
committed
Remove useless variable
1 parent 39b600d commit 48e6950

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aleph/web/controllers/messages.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ async def messages_ws(request: web.Request) -> web.WebSocketResponse:
359359
except ValidationError as e:
360360
raise web.HTTPUnprocessableEntity(body=e.json(indent=4))
361361

362-
message_filters = query_params.dict(exclude_none=True)
363362
history = query_params.history
364363

365364
if history:

0 commit comments

Comments
 (0)