Skip to content

Commit d9e84b7

Browse files
committed
indentation fix
1 parent b0c329f commit d9e84b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/ex_node.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ Here's an example where we subclass the ``NodeGraph`` and connect it up to a
239239
.. code-block:: python
240240
:linenos:
241241
242-
from Qt import QtCore, QtWidgets
243-
from NodeGraphQt import BaseNode, NodeGraph, PropertiesBinWidget
242+
from Qt import QtCore, QtWidgets
243+
from NodeGraphQt import BaseNode, NodeGraph, PropertiesBinWidget
244244
245245
246246
class MyNode(BaseNode):

0 commit comments

Comments
 (0)