Skip to content

Commit

Permalink
Fix typo in QtWebEngineWidgets.py imports
Browse files Browse the repository at this point in the history
Fix a typo in the PySide 6 imports.
  • Loading branch information
nam4dev authored Sep 7, 2023
1 parent 6c860ad commit 99f56ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qtpy/QtWebEngineWidgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
from PySide6.QtWebEngineCore import (
QWebEnginePage,
QWebEngineProfile,
QWebEngineScrip,
QWebEngineScript,
QWebEngineSettings,
)
from PySide6.QtWebEngineWidgets import *

0 comments on commit 99f56ed

Please sign in to comment.