mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
comment out example implementation
This commit is contained in:
parent
d1243d74e3
commit
9cb8b3b84c
1 changed files with 3 additions and 2 deletions
|
|
@ -343,8 +343,9 @@ class QtRemotePublishController(BasePublisherController):
|
|||
|
||||
@abstractmethod
|
||||
def _send_instance_changes_to_client(self):
|
||||
instance_changes = self._get_instance_changes_for_client()
|
||||
# Implement to send 'instance_changes' value to client
|
||||
# TODO Implement to send 'instance_changes' value to client
|
||||
# instance_changes = self._get_instance_changes_for_client()
|
||||
pass
|
||||
|
||||
@abstractmethod
|
||||
def save_changes(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue