Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 1, 2021
1 parent 92b772f commit aae4607
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qmxgraph/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This import is placed on the qmxgraph's `__init__` module to make it
# less likely users to stumble into the "ImportError: QtWebEngineWidgets
# must be imported before a QCoreApplication instance is created" error.

# Some ugliness to successfully build the doc on ReadTheDocs...
on_rtd = os.environ.get('READTHEDOCS') == 'True'
if not on_rtd:
Expand Down

0 comments on commit aae4607

Please sign in to comment.