summary refs log tree commit diff
path: root/pkgs/development/python-modules/portend/black-19.10b0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/portend/black-19.10b0.patch')
-rw-r--r--pkgs/development/python-modules/portend/black-19.10b0.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/portend/black-19.10b0.patch b/pkgs/development/python-modules/portend/black-19.10b0.patch
new file mode 100644
index 00000000000..e781139e319
--- /dev/null
+++ b/pkgs/development/python-modules/portend/black-19.10b0.patch
@@ -0,0 +1,13 @@
+diff --git a/test_portend.py b/test_portend.py
+index b2de8c2..3f90276 100644
+--- a/test_portend.py
++++ b/test_portend.py
+@@ -21,7 +21,7 @@ def socket_infos():
+ 
+ 
+ def id_for_info(info):
+-    af, = info[:1]
++    (af,) = info[:1]
+     return str(af)
+ 
+ 
\ No newline at end of file