From 2e43aaf880136d9d11f421f2bf44469ab06a69cf Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Thu, 31 Oct 2024 17:22:18 -0400 Subject: [PATCH] Remove unused OVERFLOW32B_MODE from tests This module constnat is not used --- src/croniter/tests/test_croniter.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/croniter/tests/test_croniter.py b/src/croniter/tests/test_croniter.py index 51f514c..19e18cd 100755 --- a/src/croniter/tests/test_croniter.py +++ b/src/croniter/tests/test_croniter.py @@ -10,7 +10,6 @@ import pytz from croniter import ( - OVERFLOW32B_MODE, CroniterBadCronError, CroniterBadDateError, CroniterNotAlphaError,