Skip to content

Commit 1b37038

Browse files
[Feature] Strip ANSI codes from run logs and store them as plain text instead of bytes #2841
Fix linter
1 parent a9ff742 commit 1b37038

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/dstack/api/_public/runs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import base64
21
import queue
32
import tempfile
43
import threading

src/tests/_internal/server/services/test_logs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import base64
21
import logging
32
from datetime import datetime, timedelta, timezone
43
from pathlib import Path

0 commit comments

Comments
 (0)