Skip to content
Snippets Groups Projects
Commit 9ec548ba authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

ignore type on indented line

parent 6209922e
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ def _map_2023(nren, answers) -> None:
NetworkMapUrls, MonitoringTools, PassiveMonitoring, TrafficStatistics, SiemVendors,
CertificateProviders, WeatherMap, PertTeam, AlienWave, Capacity, NonREPeers, TrafficRatio,
OpsAutomation, NetworkFunctionVirtualisation, NetworkAutomation, NRENService]:
db.session.execute(delete(table_class).where(table_class.year == year,
db.session.execute(delete(table_class).where(table_class.year == year, # type: ignore
table_class.nren_id == nren.id)) # type: ignore
answers = answers["data"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment