fix lint errors

This commit is contained in:
Maximilian Hils 2023-01-25 02:15:48 +01:00 committed by GitHub
parent 83c57dc53e
commit 0c4549f4cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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