Skip to content

Commit a1f46fc

Browse files
committed
format
1 parent ca3de20 commit a1f46fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

httpdbg/hooks/template_sitecustomize.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ class HttpdbgRecorder:
1616

1717
def __init__(self):
1818
self._running: bool = False
19-
self.fname: str = os.path.join(os.environ['HTTPDBG_MULTIPROCESS_DIR'], uuid.uuid1())
19+
self.fname: str = os.path.join(
20+
os.environ["HTTPDBG_MULTIPROCESS_DIR"], uuid.uuid1()
21+
)
2022
self.context = None
2123
self.records: Union[HTTPRecords, None] = None
2224

0 commit comments

Comments
 (0)