Black style correction

This commit is contained in:
Griatch 2019-10-01 21:32:44 +02:00
parent 6d0e4aa9b1
commit 0dbfa38f20

View file

@ -229,7 +229,7 @@ class LatinifyTest(TestCase):
def setUp(self):
super().setUp()
self.example_str = 'It naïvely says, “plugh.”'
self.example_str = "It naïvely says, “plugh.”"
self.expected_output = 'It naively says, "plugh."'
def test_plain_string(self):