Remove unused import.

This commit is contained in:
Timothy Allen 2018-01-05 17:32:18 +02:00
parent 9f3b597f55
commit 2bf2d7d359
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ from matplotlib import font_manager as fm
from matplotlib.patches import Circle, PathPatch
from matplotlib.path import Path
from matplotlib import ticker as mticker
from matplotlib.offsetbox import (OffsetImage, AnnotationBbox)
import numpy as np
import os
import re