Skip to content

Commit 57904fc

Browse files
committed
Re-run black
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
1 parent 5a9a04d commit 57904fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/reuse/global_licensing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def _str_to_set(value: Union[None, _T, Collection[_T]]) -> set[_T]: ...
193193

194194

195195
def _str_to_set(
196-
value: Union[str, None, _T, Collection[_T]]
196+
value: Union[str, None, _T, Collection[_T]],
197197
) -> Union[set[str], set[_T]]:
198198
if value is None:
199199
return cast(set[str], set())

0 commit comments

Comments
 (0)