mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-31 06:33:44 +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 absolute_import
|
||||
from .Stack import Stack
|
||||
from stack import Stack
|
||||
|
||||
__author__ = 'Omkar Pathak'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user