From 401d8950e38fc065551ccf8936adc7fe6bbeaf3f Mon Sep 17 00:00:00 2001 From: Nicholas Christensen <njchris2@illinois.edu> Date: Thu, 7 Jan 2021 22:36:43 -0600 Subject: [PATCH] extra line --- test/test_pytools.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_pytools.py b/test/test_pytools.py index 8952676..87b5d3a 100644 --- a/test/test_pytools.py +++ b/test/test_pytools.py @@ -354,8 +354,7 @@ def test_tag(): t2 = t1.tagged(red_ribbon) print(t2.tags) assert t2.tags == frozenset((reserve_best_in_show_ribbon, best_in_class_ribbon, - blue_ribbon, - red_ribbon)) + blue_ribbon, red_ribbon)) # Test that tagged() fails if a UniqueTag of the same subclass # is alredy present -- GitLab