Remove unused import.

This commit is contained in:
Tom Alexander 2025-02-01 14:34:02 -05:00
parent 14c6eaaa7b
commit 17f3184187
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
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")],
)

View File

@ -0,0 +1,2 @@
curl "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/identity?audience=AUDIENCE" \
-H "Metadata-Flavor: Google"