We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178ddab commit c5d60a2Copy full SHA for c5d60a2
build_pipeline/drift-detection.ipynb
@@ -508,6 +508,7 @@
508
"outputs": [],
509
"source": [
510
"from threading import Thread\n",
511
+ "import time\n",
512
"\n",
513
514
"def invoke_endpoint_forever():\n",
@@ -604,7 +605,7 @@
604
605
"from datetime import datetime, timedelta\n",
606
"from dateutil.tz import tzlocal\n",
607
"import random\n",
- "import time\n",
608
+ "\n",
609
610
"cloudwatch = boto3.client(\"cloudwatch\")\n",
611
0 commit comments