Skip to content

Commit aae4607

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 92b772f commit aae4607

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/qmxgraph/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# This import is placed on the qmxgraph's `__init__` module to make it
22
# less likely users to stumble into the "ImportError: QtWebEngineWidgets
33
# must be imported before a QCoreApplication instance is created" error.
4-
54
# Some ugliness to successfully build the doc on ReadTheDocs...
65
on_rtd = os.environ.get('READTHEDOCS') == 'True'
76
if not on_rtd:

0 commit comments

Comments
 (0)