Skip to content

Commit 79afaab

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_wizard.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
from pathlib import Path
22

33
from click.testing import CliRunner
4+
from pytest import MonkeyPatch
5+
from pytestqt.qtbot import QtBot
46
from qtpy.QtCore import Qt
57
from qtpy.QtWidgets import (
68
QApplication,
79
QMessageBox,
810
)
9-
from pytest import MonkeyPatch
10-
from pytestqt.qtbot import QtBot
1111

1212
from manim_slides.config import Config, Key
1313
from manim_slides.defaults import CONFIG_PATH

0 commit comments

Comments
 (0)