loggerd: add types to tests and use pathlib (#28943)

old-commit-hash: 5d45d1fadc145dddca23a402300274901257fa01
This commit is contained in:
Cameron Clough
2023-07-14 15:12:11 +01:00
committed by GitHub
parent f06e9bd2dc
commit 182ef3fe52
6 changed files with 50 additions and 42 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import os
import errno
from typing import Dict, Tuple, Optional
from typing import Dict, Optional, Tuple
_cached_attributes: Dict[Tuple, Optional[bytes]] = {}