From 118dbe21be869f23dda13511680725c01b961a26 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sat, 21 May 2022 09:48:40 +0200 Subject: [PATCH] Unused import. [ci-skip] --- examples/platforms/supernode.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/platforms/supernode.py b/examples/platforms/supernode.py index a75c735066..db5ee340b9 100755 --- a/examples/platforms/supernode.py +++ b/examples/platforms/supernode.py @@ -14,7 +14,6 @@ import sys import subprocess import pandas -import matplotlib as mpl import matplotlib.pyplot as plt import networkx as nx try: -- 2.20.1