Remove unused import.

This commit is contained in:
Tom Alexander
2025-02-01 14:34:02 -05:00
parent 14c6eaaa7b
commit 17f3184187
2 changed files with 4 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import logging
import re
import subprocess
from dataclasses import dataclass
from datetime import datetime, timedelta
from datetime import datetime
from time import sleep
from typing import Collection, Final, NewType, Tuple
@@ -54,7 +54,7 @@ def main():
write_plot(
samples,
labels,
horizontal_lines=[(32 * 1024**3, "red", "Cloud Run Max Memory")],
# horizontal_lines=[(32 * 1024**3, "red", "Cloud Run Max Memory")],
)