summaryrefslogtreecommitdiff
path: root/test/test_actor.py
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 07:43:53 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-05-18 07:43:53 +0800
commit21ec529987d10e0010badd37f8da3274167d436f (patch)
treea3394cfe902ce7edd07c89420c21c13274a2d295 /test/test_actor.py
parentb30720ee4d9762a03eae4fa7cfa4b0190d81784d (diff)
downloadgitpython-21ec529987d10e0010badd37f8da3274167d436f.tar.gz
Run everything through 'black'
That way people who use it won't be deterred, while it unifies style everywhere.
Diffstat (limited to 'test/test_actor.py')
-rw-r--r--test/test_actor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_actor.py b/test/test_actor.py
index 32d16ea7..ce0c74fc 100644
--- a/test/test_actor.py
+++ b/test/test_actor.py
@@ -9,7 +9,6 @@ from git import Actor
class TestActor(TestBase):
-
def test_from_string_should_separate_name_and_email(self):
a = Actor._from_string("Michael Trier <mtrier@example.com>")
self.assertEqual("Michael Trier", a.name)