mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +00:00
Formatting Fix
This commit is contained in:
parent
d79105d5cf
commit
1d66680952
|
@ -15,7 +15,6 @@ class Queue():
|
|||
self.stack.append(item)
|
||||
self.length = self.length + 1
|
||||
|
||||
|
||||
"""Dequeues {@code item}
|
||||
@requirement: |self.length| > 0
|
||||
@return dequeued
|
||||
|
|
Loading…
Reference in New Issue
Block a user