Cleanup: format

This commit is contained in:
Campbell Barton
2023-09-06 19:15:47 +10:00
parent ba8d165d3b
commit 48950ff934
2 changed files with 95 additions and 57 deletions

View File

@@ -183,6 +183,7 @@ class AbstractNodeGroupInterfaceTest(unittest.TestCase):
for index, spec in enumerate(specs):
self.compare_group_socket_to_spec(group.interface.ui_items[index], node, spec, test_links=test_links)
class NodeGroupVersioning36Test(AbstractNodeGroupInterfaceTest):
def open_file(self):
bpy.ops.wm.open_mainfile(filepath=str(self.testdir / "nodegroup36.blend"))