Removed unused parameter

Removed an unused parameter from ArtNetManager.import_tags()
dev
Peery 2 years ago
parent 4757789efc
commit aed0def559

@ -142,10 +142,9 @@ class ArtNetManager:
return importable_tags, importable_artists
def import_tags(self, art_ID: int, tags):
def import_tags(self, tags):
"""
Add a list of given tags to the specified art_ID
:param art_ID:
:param tags:
:return:
"""

Loading…
Cancel
Save