mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
removed unused change_order
This commit is contained in:
parent
7a59d443d4
commit
d9224fcd9a
1 changed files with 0 additions and 9 deletions
|
|
@ -360,15 +360,6 @@ class CreatedInstance:
|
|||
|
||||
return output
|
||||
|
||||
def change_order(self, keys_order):
|
||||
data = collections.OrderedDict()
|
||||
for key in keys_order:
|
||||
if key in self.data:
|
||||
data[key] = self.data.pop(key)
|
||||
|
||||
for key in tuple(self.data.keys()):
|
||||
data[key] = self.data.pop(key)
|
||||
self.data = data
|
||||
|
||||
@classmethod
|
||||
def from_existing(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue