Skip to content

Commit

Permalink
Adjust feedback from PR.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-ynput committed Oct 29, 2024
1 parent 8baa79e commit da70ce3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/ayon_hiero/api/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,6 @@ def load(self):
class HiddenHieroCreator(HiddenCreator):
"""HiddenCreator class wrapper
"""
host_name = "hiero"
settings_category = "hiero"

def collect_instances(self):
Expand All @@ -618,7 +617,6 @@ def remove_instances(self, instances):
class HieroCreator(Creator):
"""Creator class wrapper
"""
host_name = "hiero"
settings_category = "hiero"

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit da70ce3

Please sign in to comment.