Skip to content

Commit bcec6d9

Browse files
committed
Update tls.py
1 parent b392b01 commit bcec6d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/tls.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import os
2+
import re
23
from dataclasses import dataclass
34
from typing import ClassVar
45

5-
import re
6-
76

87
@dataclass()
98
class TLS12KeyLog:

0 commit comments

Comments
 (0)