py2ls 0.2.4.10.4__py3-none-any.whl → 0.2.4.10.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
py2ls/ml2ls.py CHANGED
@@ -48,7 +48,7 @@ from . import plot
48
48
  import matplotlib.pyplot as plt
49
49
  import seaborn as sns
50
50
 
51
- plt.style.use(str(get_cwd()) + "/data/styles/stylelib/paper.mplstyle")
51
+ plt.style.use(str(ips.get_cwd()) + "/data/styles/stylelib/paper.mplstyle")
52
52
  import logging
53
53
  import warnings
54
54