Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lago-project/lago
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dd048df84c964db405f6c06fa467c27e621ff9f8
Choose a base ref
..
head repository: lago-project/lago
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 58d8ae24c75520ea71b7686447cf2c515902ae28
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 lago/providers/libvirt/network.py
1 change: 0 additions & 1 deletion lago/providers/libvirt/network.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,6 @@
import functools
import logging
import time
import re
from copy import deepcopy

from lxml import etree as ET