Skip to content

Commit 2d082cf

Browse files
author
Mikael Souza
committed
Changed import from .Stack to stack
1 parent eb5ccd5 commit 2d082cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_structures/stacks/balanced_parentheses.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import print_function
22
from __future__ import absolute_import
3-
from .Stack import Stack
3+
from stack import Stack
44

55
__author__ = 'Omkar Pathak'
66

0 commit comments

Comments
 (0)