Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 30, 2023
1 parent 92662b2 commit bac6906
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 137 deletions.
2 changes: 0 additions & 2 deletions nextinspace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def __init__(
failed_launches: Optional[int],
maiden_flight_date: datetime,
):

self.name = name
self.payload_leo = payload_leo
self.payload_gto = payload_gto
Expand Down Expand Up @@ -168,7 +167,6 @@ def merge_sorted_sequences(

# Traverse both lists simultaneously
while i < l_seq_1 and j < l_seq_2:

# Check if current element of first array is smaller than current element of second array.
# If yes, store first array element and increment first array index. Otherwise do same with second array
if seq_1[i].date < seq_2[j].date:
Expand Down
Loading

0 comments on commit bac6906

Please sign in to comment.