Build(deps): Generally update JS & Python deps (#512)

This commit is contained in:
2022-11-17 12:06:21 +00:00
committed by GitHub
parent 3767923175
commit de4bed92a4
6 changed files with 3485 additions and 3354 deletions

View File

@@ -183,7 +183,7 @@ class ModelComparison:
def name(self):
obj = self.new if self.new else self.old
if(hasattr(obj, 'activity_feed_string')):
if (hasattr(obj, 'activity_feed_string')):
return obj.activity_feed_string
else:
return str(obj)