nixpkgs/pkgs/development/python-modules/portend/black-19.10b0.patch

13 lines
252 B
Diff
Raw Normal View History

2019-11-09 12:02:24 +00:00
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)