Removing unused import (#642)
This commit is contained in:
parent
da17d0369d
commit
12f4747ced
|
@ -7,7 +7,7 @@ Licensed under MPL-2.0 (see docs/LICENSE.MPL-2.0)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# a bar plot with errorbars
|
# a bar plot with errorbars
|
||||||
import sys, json, pprint
|
import sys, json
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
from matplotlib.font_manager import FontProperties
|
from matplotlib.font_manager import FontProperties
|
||||||
|
|
Loading…
Reference in New Issue