Skip to content
This repository was archived by the owner on Nov 2, 2022. It is now read-only.

Commit f33eeee

Browse files
author
Robert Schindler
committed
Apply formatting changes due to new black version
1 parent 3a514f4 commit f33eeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exceptiongroup/_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
def split(exc_type, exc, *, match=None):
10-
""" splits the exception into one half (matched) representing all the parts of
10+
"""splits the exception into one half (matched) representing all the parts of
1111
the exception that match the predicate, and another half (not matched)
1212
representing all the parts that don't match.
1313

0 commit comments

Comments
 (0)