]> Cypherpunks repositories - keks.git/commitdiff
Remove unused imports
authorSergey Matveev <stargrave@stargrave.org>
Sat, 30 Nov 2024 15:46:31 +0000 (18:46 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sat, 30 Nov 2024 19:38:56 +0000 (22:38 +0300)
pyac/tests/test_list.py
pyac/tests/test_tai.py

index d81806b8d6e459d786c046690bdcf308ff71b05b61ddb2712212de079746b210..db73033d199a4c089524fa6546a4cd7930cfd7b3a0bc76fbac739656ff1ef28c 100644 (file)
@@ -6,8 +6,6 @@ from hypothesis.strategies import binary
 from hypothesis.strategies import booleans
 from hypothesis.strategies import characters
 from hypothesis.strategies import datetimes
-from hypothesis.strategies import deferred
-from hypothesis.strategies import dictionaries
 from hypothesis.strategies import integers
 from hypothesis.strategies import just
 from hypothesis.strategies import lists
index 3d80fdf64621ad13b6a1067bbd380d0c1e1513921378e804d53052f8a082d6b2..e117bef77219a46185bca0fa0f93a8ec9f256feba4a02513eaed91acecff68eb 100644 (file)
@@ -1,7 +1,5 @@
 from datetime import datetime
-from datetime import timedelta
 from unittest import TestCase
-from uuid import UUID
 
 from hypothesis import given
 from hypothesis.strategies import binary