remove an unused import

Change-Id: I4d719813b647424c20cc7fc990c36a57490b7f5b
This commit is contained in:
Jan Kundrát
2021-12-02 17:06:13 +01:00
parent 2ba1e86b28
commit 5909da4bbf

View File

@@ -15,7 +15,6 @@ element/oms correspondace
from collections import namedtuple from collections import namedtuple
from logging import getLogger from logging import getLogger
from math import ceil
from gnpy.core.elements import Roadm, Transceiver from gnpy.core.elements import Roadm, Transceiver
from gnpy.core.exceptions import ServiceError, SpectrumError from gnpy.core.exceptions import ServiceError, SpectrumError
from gnpy.topology.request import compute_spectrum_slot_vs_bandwidth from gnpy.topology.request import compute_spectrum_slot_vs_bandwidth