Skip to content

Commit d1940e6

Browse files
committed
lol
1 parent d799c76 commit d1940e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/core/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def ensure_cli_env() -> typing.Generator[None, None, None]:
4141
# Set up Prometheus' multiprocess mode
4242
if "PROMETHEUS_MULTIPROC_DIR" not in os.environ:
4343
prometheus_multiproc_dir_name = tempfile.mkdtemp()
44-
os.mkdir(prometheus_multiproc_dir_name)
4544

4645
logger.info(
4746
"Created %s for Prometheus multi-process mode",

0 commit comments

Comments
 (0)