Skip to content

Commit

Permalink
Remove useless assignments (#3597)
Browse files Browse the repository at this point in the history
Co-authored-by: Joakim Sørensen <[email protected]>
  • Loading branch information
emontnemery and ludeeus authored Apr 11, 2024
1 parent aa23aab commit d51cfca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions custom_components/hacs/repositories/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,12 +503,6 @@ async def common_registration(self) -> None:
self.data.last_updated = self.repository_object.attributes.get("pushed_at", 0)
self.data.last_fetched = datetime.utcnow()

# Set topics
self.data.topics = self.data.topics

# Set description
self.data.description = self.data.description

@concurrent(concurrenttasks=10, backoff_time=5)
async def common_update(self, ignore_issues=False, force=False, skip_releases=False) -> bool:
"""Common information update steps of the repository."""
Expand Down

0 comments on commit d51cfca

Please sign in to comment.