We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c274e5 commit b44af23Copy full SHA for b44af23
1 file changed
importlib_resources/tests/test_functional.py
@@ -40,7 +40,7 @@ def assertEndsWith(self, string, suffix):
40
"""Assert that `string` ends with `suffix`.
41
42
Used to ignore an architecture-specific UTF-16 byte-order mark."""
43
- self.assertEqual(string[-len(suffix):], suffix)
+ self.assertEqual(string[-len(suffix) :], suffix)
44
45
def test_read_text(self):
46
self.assertEqual(
0 commit comments