Skip to content

Commit c5d60a2

Browse files
committed
Moving import time to above the first use
1 parent 178ddab commit c5d60a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_pipeline/drift-detection.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@
508508
"outputs": [],
509509
"source": [
510510
"from threading import Thread\n",
511+
"import time\n",
511512
"\n",
512513
"\n",
513514
"def invoke_endpoint_forever():\n",
@@ -604,7 +605,7 @@
604605
"from datetime import datetime, timedelta\n",
605606
"from dateutil.tz import tzlocal\n",
606607
"import random\n",
607-
"import time\n",
608+
"\n",
608609
"\n",
609610
"cloudwatch = boto3.client(\"cloudwatch\")\n",
610611
"\n",

0 commit comments

Comments
 (0)