Skip to content

Commit

Permalink
Fix RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
SSS-Says-Snek committed Aug 6, 2023
1 parent eff4209 commit 5404047
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hisock/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from dataclasses import dataclass
from ipaddress import IPv4Address
from re import search
from typing import Optional, Type, Union # Must use these for bare annots
from typing import List, Dict, Optional, Type, Union # Must use these for bare annots


# Custom exceptions
Expand Down Expand Up @@ -156,8 +156,8 @@ def __eq__(self, other: ClientInfo):
float,
None,
ClientInfo,
list["Sendable"],
dict[
List["Sendable"],
Dict[
Union[bytes, str, int, float, None, ClientInfo],
"Sendable",
],
Expand Down

0 comments on commit 5404047

Please sign in to comment.