From 1a8c77847118d16025337f17cf28fd35c962694b Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 2 Jun 2021 14:30:13 +0200 Subject: Remove duplicate address in CommonTestMixin_v4.test_leading_zeros() (GH-26326) --- Lib/test/test_ipaddress.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/test_ipaddress.py b/Lib/test/test_ipaddress.py index ff77bdb..b0605f0 100644 --- a/Lib/test/test_ipaddress.py +++ b/Lib/test/test_ipaddress.py @@ -102,7 +102,6 @@ class CommonTestMixin_v4(CommonTestMixin): "000.000.000.000", "192.168.000.001", "016.016.016.016", - "192.168.000.001", "001.000.008.016", "01.2.3.40", "1.02.3.40", -- cgit v0.12