Skip to content

Commit

Permalink
Use extend
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed Oct 31, 2023
1 parent d5a2703 commit 5edda9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions adserver/analyzer/management/commands/runmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ def handle_url(self, url):
)

if analyzed_keywords:
for kw in analyzed_keywords:
keywords.append(kw)
keywords.extend(analyzed_keywords)

self.stdout.write(_("Keywords/topics: %s") % keywords)

0 comments on commit 5edda9b

Please sign in to comment.