mik-laj commented on a change in pull request #18343:
URL: https://github.com/apache/airflow/pull/18343#discussion_r711721978



##########
File path: tests/models/test_taskinstance.py
##########
@@ -17,15 +17,16 @@
 # under the License.
 
 import datetime
+import math
 import os
 import signal
-import time
 import urllib
 from tempfile import NamedTemporaryFile
 from typing import List, Optional, Union, cast
 from unittest import mock
 from unittest.mock import call, mock_open, patch
 
+import numpy as np

Review comment:
       I also support the idea of getting rid of this dependency, but if you 
don't find another solution then it's okay.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to