Skip to content

Commit

Permalink
blacks formatting
Browse files Browse the repository at this point in the history
fixed formatting
  • Loading branch information
MrWeast committed Dec 1, 2023
1 parent 71db005 commit 57db60f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/python/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def main():
queue.show()
print(f"Queue is length {queue.length}")


print(f"Dequeuing {queue.dequeue()}")
print(f"Queue is length {queue.length}")

Expand Down

0 comments on commit 57db60f

Please sign in to comment.