From 822855b20a7864838084a813c457e2eb1f9570d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Sat, 26 Jun 2021 18:52:22 +0000 Subject: Run black code formatter --- tests/test_exceptions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/test_exceptions.py') diff --git a/tests/test_exceptions.py b/tests/test_exceptions.py index 497b3ef..becf107 100644 --- a/tests/test_exceptions.py +++ b/tests/test_exceptions.py @@ -1,5 +1,6 @@ import adblock + def test_correct_baseclasses(): assert issubclass(adblock.AdblockException, Exception) assert issubclass(adblock.BlockerException, adblock.AdblockException) @@ -7,4 +8,4 @@ def test_correct_baseclasses(): assert issubclass(adblock.DeserializationError, adblock.BlockerException) assert issubclass(adblock.OptimizedFilterExistence, adblock.BlockerException) assert issubclass(adblock.BadFilterAddUnsupported, adblock.BlockerException) - assert issubclass(adblock.FilterExists, adblock.BlockerException) \ No newline at end of file + assert issubclass(adblock.FilterExists, adblock.BlockerException) -- cgit v1.2.3