Removing unused import (#642)

This commit is contained in:
Trần Tuấn Anh 2016-08-26 16:09:22 +07:00 committed by Samuel
parent 828debf69a
commit ef662ccc6b
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