We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5ccd5 commit 2d082cfCopy full SHA for 2d082cf
data_structures/stacks/balanced_parentheses.py
@@ -1,6 +1,6 @@
1
from __future__ import print_function
2
from __future__ import absolute_import
3
-from .Stack import Stack
+from stack import Stack
4
5
__author__ = 'Omkar Pathak'
6
0 commit comments