From a45836f18bbeaf3d8bb49dabc4925cd19f1d8061 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 23 Sep 2023 02:29:44 -0700 Subject: [PATCH] make deterministic in a feat of engineering --- selfdrive/car/toyota/tests/test_toyota.py | 1 - 1 file changed, 1 deletion(-) diff --git a/selfdrive/car/toyota/tests/test_toyota.py b/selfdrive/car/toyota/tests/test_toyota.py index 20434fc2f6..49d88d642a 100755 --- a/selfdrive/car/toyota/tests/test_toyota.py +++ b/selfdrive/car/toyota/tests/test_toyota.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -import random from hypothesis import given, settings, strategies as st import unittest