mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
Fix data_structures to pass our Travis CI pytests (#1088)
* Fix data_structures to pass pytests * Restore data_structures/stacks/__init__.py
This commit is contained in:
committed by
John Law
parent
4a5589f4fc
commit
7b267e5e4f
@@ -1,6 +1,7 @@
|
||||
from __future__ import print_function
|
||||
from __future__ import absolute_import
|
||||
from stack import Stack
|
||||
|
||||
from .stack import Stack
|
||||
|
||||
__author__ = 'Omkar Pathak'
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ from __future__ import print_function
|
||||
from __future__ import absolute_import
|
||||
import string
|
||||
|
||||
from stack import Stack
|
||||
from .stack import Stack
|
||||
|
||||
__author__ = 'Omkar Pathak'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user