mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 18:56:55 +02:00
Remove extra newline
This commit is contained in:
@@ -292,7 +292,6 @@ class UnspacedList(list):
|
||||
# Normalize indexes like list[-1] etc, and save the result
|
||||
if idx < 0:
|
||||
idx = len(self) + idx
|
||||
|
||||
if not 0 <= idx < len(self):
|
||||
raise IndexError("list index out of range")
|
||||
idx0 = idx
|
||||
|
||||
Reference in New Issue
Block a user