Removing unused import

This commit is contained in:
Anh Tran 2016-08-26 15:54:51 +07:00
parent da17d0369d
commit 051bad6d51
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Licensed under MPL-2.0 (see docs/LICENSE.MPL-2.0)
'''
# a bar plot with errorbars
import sys, json, pprint
import sys, json
import numpy as np
import matplotlib.pyplot as plt
from matplotlib.font_manager import FontProperties