Remove unused import.
This commit is contained in:
parent
14c6eaaa7b
commit
17f3184187
@ -6,7 +6,7 @@ import logging
|
|||||||
import re
|
import re
|
||||||
import subprocess
|
import subprocess
|
||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime
|
||||||
from time import sleep
|
from time import sleep
|
||||||
from typing import Collection, Final, NewType, Tuple
|
from typing import Collection, Final, NewType, Tuple
|
||||||
|
|
||||||
@ -54,7 +54,7 @@ def main():
|
|||||||
write_plot(
|
write_plot(
|
||||||
samples,
|
samples,
|
||||||
labels,
|
labels,
|
||||||
horizontal_lines=[(32 * 1024**3, "red", "Cloud Run Max Memory")],
|
# horizontal_lines=[(32 * 1024**3, "red", "Cloud Run Max Memory")],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
2
google_cloud_auth/fetch_token_from_metadata_server.bash
Normal file
2
google_cloud_auth/fetch_token_from_metadata_server.bash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
curl "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/identity?audience=AUDIENCE" \
|
||||||
|
-H "Metadata-Flavor: Google"
|
Loading…
x
Reference in New Issue
Block a user