From 5909da4bbf5ae37823c0ce046cef7c2723d76bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kundr=C3=A1t?= Date: Thu, 2 Dec 2021 17:06:13 +0100 Subject: [PATCH] remove an unused import Change-Id: I4d719813b647424c20cc7fc990c36a57490b7f5b --- gnpy/topology/spectrum_assignment.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gnpy/topology/spectrum_assignment.py b/gnpy/topology/spectrum_assignment.py index 664ab4fd..20ac2dba 100644 --- a/gnpy/topology/spectrum_assignment.py +++ b/gnpy/topology/spectrum_assignment.py @@ -15,7 +15,6 @@ element/oms correspondace from collections import namedtuple from logging import getLogger -from math import ceil from gnpy.core.elements import Roadm, Transceiver from gnpy.core.exceptions import ServiceError, SpectrumError from gnpy.topology.request import compute_spectrum_slot_vs_bandwidth