Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed syntax error in deprecated code (ColinDuquesnoy#241)
``` In [7]: qdarkstyle.load_stylesheet_from_environment(is_pyqtgraph=True) Traceback (most recent call last): File "<ipython-input-7-7235cbc7ab37>", line 1, in <module> qdarkstyle.load_stylesheet_from_environment(is_pyqtgraph=True) File "C:\Users\Oscar\Anaconda3\lib\site-packages\qdarkstyle\__init__.py", line 388, in load_stylesheet_from_environment stylesheet = _load_stylesheet(qt_api=os.environ('PYQTGRAPH_QT_LIB')) TypeError: '_Environ' object is not callable ``` Deprecated, but still good if no syntax errors occur...
- Loading branch information