Skip to content

Commit

Permalink
chore: black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Aug 20, 2024
1 parent 7221de8 commit 7cc92d7
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion tests/test_context_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@


class TestContextTemplates(IIIFTestCase):

"""Context templates test case."""

def test_context_tempalte_iiif_image_url(self):
Expand Down
1 change: 0 additions & 1 deletion tests/test_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@


class TestIIIF(TestCase):

"""Test extension creation."""

def setUp(self):
Expand Down
1 change: 0 additions & 1 deletion tests/test_image_redis_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@


class TestImageRedisCache(IIIFTestCase):

"""Multimedia Image Redis Cache test case."""

def setUp(self):
Expand Down
1 change: 0 additions & 1 deletion tests/test_image_simple_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@


class TestImageSimpleCache(IIIFTestCase):

"""Multimedia Image Simple Cache test case."""

def setUp(self):
Expand Down
1 change: 0 additions & 1 deletion tests/test_restful_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@


class TestRestAPI(IIIFTestCase):

"""Test signals and decorators."""

def test_api_base(self):
Expand Down
1 change: 0 additions & 1 deletion tests/test_restful_api_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@


class TestRestAPISignals(IIIFTestCase):

"""Test REST API signals."""

def test_api_signals(self):
Expand Down
1 change: 0 additions & 1 deletion tests/test_restful_api_with_redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@


class TestRestAPI(IIIFTestCaseWithRedis):

"""Test signals and decorators."""

def test_api_base(self):
Expand Down

0 comments on commit 7cc92d7

Please sign in to comment.