mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
test/modify: Remove a few unused variables
I left some unused varaibles in a new test functions after copy-paste. This addresses @laufts comments on #423. Signed-off-by: Shaun Ruffell <sruffell@sruffell.net>
This commit is contained in:
parent
3ea086dcff
commit
e170e344af
1 changed files with 0 additions and 3 deletions
|
@ -257,10 +257,7 @@ class TestModify(TestCase):
|
|||
four_hours_before = now - timedelta(hours=4)
|
||||
|
||||
now_utc = now.utcnow().replace(second=0, microsecond=0, minute=0)
|
||||
day_before = now_utc - timedelta(days=1)
|
||||
three_hours_before_utc = now_utc - timedelta(hours=3)
|
||||
four_hours_before_utc = now_utc - timedelta(hours=4)
|
||||
five_hours_before_utc = now_utc - timedelta(hours=5)
|
||||
|
||||
self.t.configure_exclusions((four_hours_before.time(), three_hours_before.time()))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue