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 Jan 29, 2024
1 parent 992d508 commit 37996c8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/pytestqt/modeltest.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ class _ChangeInFlight(enum.Enum):


class ModelTester:

"""A tester for Qt's QAbstractItemModels."""

def __init__(self, config):
Expand Down
1 change: 0 additions & 1 deletion src/pytestqt/qt_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
Based on from https://github.com/epage/PythonUtils.
"""


from collections import namedtuple, OrderedDict
import os
import sys
Expand Down
1 change: 0 additions & 1 deletion src/pytestqt/wait_signal.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ def assert_not_emitted(self):


class CallbackBlocker:

"""
.. versionadded:: 3.1
Expand Down
1 change: 0 additions & 1 deletion tests/test_basics.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ def test_qtbot_wait(qtbot, stop_watch):
@pytest.fixture
def event_recorder(qtbot):
class EventRecorder(qt_api.QtWidgets.QWidget):

"""
Widget that records some kind of events sent to it.
Expand Down

0 comments on commit 37996c8

Please sign in to comment.