Skip to content

Commit 609aeff

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 979bf79 commit 609aeff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/stacks/TwoQueuedStack.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ def peek(self) -> int:
6969
return self.queue1[0]
7070
else:
7171
return 0
72-

0 commit comments

Comments
 (0)