fix(removed matplotlib)

Removed import rcParams,  this was leftover from a copy of my personal settings that I use for many of my projects.  This project will not need rcParams.
This commit is contained in:
Walker Waylon Scott 2017-06-26 19:35:33 -05:00
parent eed0837b23
commit 28623d9f0d
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
import os
import sys
from matplotlib import rcParams
try:
root_dir = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))