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:
parent
eed0837b23
commit
28623d9f0d
2 changed files with 0 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
from matplotlib import rcParams
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
root_dir = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
|
root_dir = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
from matplotlib import rcParams
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
root_dir = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
|
root_dir = os.path.dirname(os.path.abspath(os.path.dirname(__file__)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue