eric7/WebBrowser/WebBrowserTabBar.py

branch
eric7
changeset 8366
2a9f5153c438
parent 8358
144a6b854f70
child 8881
54e42bc2437a
diff -r cde9bde830ea -r 2a9f5153c438 eric7/WebBrowser/WebBrowserTabBar.py
--- a/eric7/WebBrowser/WebBrowserTabBar.py	Sun May 23 13:33:13 2021 +0200
+++ b/eric7/WebBrowser/WebBrowserTabBar.py	Sun May 23 15:35:49 2021 +0200
@@ -11,7 +11,9 @@
 from PyQt6.QtWidgets import QLabel
 
 from EricWidgets.EricTabWidget import EricWheelTabBar
-from EricWidgets.EricPassivePopup import EricPassivePopup, EricPassivePopupStyle
+from EricWidgets.EricPassivePopup import (
+    EricPassivePopup, EricPassivePopupStyle
+)
 
 import Preferences
 

eric ide

mercurial