Skip to content

Commit

Permalink
fix(api): remove unused pass on repository
Browse files Browse the repository at this point in the history
  • Loading branch information
betofigueiredo committed Apr 17, 2024
1 parent 10728fb commit f328b6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/infrastructure/repositories/repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

class Repository:
def __init__(self, db_session: AsyncSession):
pass
self.drinks = DrinksRepository(db_session)
self.highlights = HighlightsRepository(db_session)
self.instructions = InstructionsRepository(db_session)
Expand Down

0 comments on commit f328b6e

Please sign in to comment.