Skip to content

Commit

Permalink
[linter] 2 lines between methods
Browse files Browse the repository at this point in the history
Quick hack to pass the linter. The linter needs to ignore this
auto-generated file otherwise this problem will persist with
every regeneration. See #149.
  • Loading branch information
stonier committed Sep 1, 2023
1 parent 46c17b9 commit 73ed747
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions py_trees_js/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -28412,10 +28412,13 @@
rcc_version = 2
qt_resource_struct = qt_resource_struct_v2


def qInitResources():
QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)


def qCleanupResources():
QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)


qInitResources()

0 comments on commit 73ed747

Please sign in to comment.