fix lint errors
This commit is contained in:
parent
83c57dc53e
commit
0c4549f4cc
|
@ -272,8 +272,8 @@ class Server(Connection):
|
|||
|
||||
timestamp_start: Optional[float] = None
|
||||
"""
|
||||
*Timestamp:* Connection establishment started.
|
||||
|
||||
*Timestamp:* Connection establishment started.
|
||||
|
||||
For IP addresses, this corresponds to sending a TCP SYN; for domains, this corresponds to starting a DNS lookup.
|
||||
"""
|
||||
timestamp_tcp_setup: Optional[float] = None
|
||||
|
|
Loading…
Reference in New Issue