Skip to content

Commit

Permalink
[formatter] reformat auto-generated resources.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Sep 1, 2023
1 parent 73ed747 commit f74dc3b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions py_trees_js/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -28404,7 +28404,7 @@
\x00\x00\x01\x85\x4a\xad\x34\x49\
"

qt_version = [int(v) for v in QtCore.qVersion().split('.')]
qt_version = [int(v) for v in QtCore.qVersion().split(".")]
if qt_version < [5, 8, 0]:
rcc_version = 1
qt_resource_struct = qt_resource_struct_v1
Expand All @@ -28414,11 +28414,15 @@


def qInitResources():
QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)
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)
QtCore.qUnregisterResourceData(
rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data
)


qInitResources()

0 comments on commit f74dc3b

Please sign in to comment.