Skip to content

Commit

Permalink
feat: Updated python/internal_tags.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-from-cheng[bot] authored Oct 31, 2023
1 parent 6c0a2f3 commit 1282b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/internal_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class InternalTag(sdk.python.entities.Entity):
id = Property(int)
name = Property(str)
# colour is in RRGGBB format.
colour = Property(int)
colour = Property(str)
description = Property(str)

companies = Property(Company, backref="internal_tags")
Expand Down

0 comments on commit 1282b7a

Please sign in to comment.