Skip to content

Commit

Permalink
chore: Remove unused import of 'cast'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaneshsabane committed Apr 7, 2023
1 parent 1d822b5 commit 593815f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realtime/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logging
from collections import defaultdict
from functools import wraps
from typing import Any, Callable, List, Dict, cast, TypeVar, DefaultDict
from typing import Any, Callable, List, Dict, TypeVar, DefaultDict

import websockets
from typing_extensions import ParamSpec
Expand Down

0 comments on commit 593815f

Please sign in to comment.