Skip to content

Commit

Permalink
Update test_websocket_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Feb 11, 2025
1 parent 11ea751 commit c31fcc1
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tests/test_websocket_parser.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio
import pickle
import random
import struct
import zlib
from typing import Union
Expand All @@ -9,13 +8,7 @@
import pytest

from aiohttp._websocket import helpers as _websocket_helpers
from aiohttp._websocket.helpers import (
PACK_CLOSE_CODE,
PACK_LEN1,
PACK_LEN2,
PACK_LEN3,
websocket_mask,
)
from aiohttp._websocket.helpers import PACK_CLOSE_CODE, PACK_LEN1, PACK_LEN2
from aiohttp._websocket.models import WS_DEFLATE_TRAILING
from aiohttp._websocket.reader import WebSocketDataQueue
from aiohttp.base_protocol import BaseProtocol
Expand Down

0 comments on commit c31fcc1

Please sign in to comment.