Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 15, 2023
1 parent eed8bb9 commit 55679e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nbconvert/exporters/qt_screenshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
try:
from PyQt5 import QtCore # type:ignore[import-not-found]
from PyQt5.QtGui import QPageLayout, QPageSize # type:ignore[import-not-found]
from PyQt5.QtWebEngineWidgets import (
from PyQt5.QtWebEngineWidgets import ( # type:ignore[import-not-found]
QWebEngineSettings,
QWebEngineView,
)

# type:ignore[import-not-found]
from PyQt5.QtWidgets import QApplication # type:ignore[import-not-found]

QT_INSTALLED = True
Expand Down

0 comments on commit 55679e6

Please sign in to comment.