Skip to content

Commit 0512ce1

Browse files
committed
Update example.py
1 parent e7927b4 commit 0512ce1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
import os
33
import sys
44

5-
from PySide2 import QtWidgets
6-
75
from NodeGraphQt import NodeGraph, Node, Backdrop, setup_context_menu
6+
from NodeGraphQt.vendor.Qt import QtWidgets
87

98
# import example nodes from the "example_nodes" package
109
from example_nodes import basic_nodes, widget_nodes

0 commit comments

Comments
 (0)