Skip to content

Commit b44af23

Browse files
committed
👹 Feed the hobgoblins (delint).
1 parent 8c274e5 commit b44af23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎importlib_resources/tests/test_functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def assertEndsWith(self, string, suffix):
4040
"""Assert that `string` ends with `suffix`.
4141
4242
Used to ignore an architecture-specific UTF-16 byte-order mark."""
43-
self.assertEqual(string[-len(suffix):], suffix)
43+
self.assertEqual(string[-len(suffix) :], suffix)
4444

4545
def test_read_text(self):
4646
self.assertEqual(

0 commit comments

Comments
 (0)