mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 06:00:36 +08:00
MAINT: Add __future__ print function import.
We do print(stock) in this file, which happens to work in py2, but is confusing.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
from __future__ import print_function
|
||||
import os
|
||||
from collections import OrderedDict
|
||||
|
||||
|
||||
Reference in New Issue
Block a user