Skip to content

Commit

Permalink
Update lib/repositories/rocket.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
GabrielBarberini and coderabbitai[bot] authored May 24, 2024
1 parent dc40720 commit 288ad39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/repositories/rocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class RocketRepository(Repository):

def __init__(self):
super().__init__("rockets")
self._rocket_id = None
self._rocket = None

def fetch_rocket(self, rocket: Rocket):
Expand Down

0 comments on commit 288ad39

Please sign in to comment.