mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-24 23:49:47 +00:00
Changed import from .Stack to stack
This commit is contained in:
parent
eb5ccd5bda
commit
2d082cf19c
@ -1,6 +1,6 @@
|
|||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
from .Stack import Stack
|
from stack import Stack
|
||||||
|
|
||||||
__author__ = 'Omkar Pathak'
|
__author__ = 'Omkar Pathak'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user