Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1786555

Browse files
author
Alexis Bienvenüe
committed
Adds __future__ imports to testing/determinism.py
1 parent f6301c2 commit 1786555

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/testing/determinism.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Provides utilities to test output reproducibility.
33
"""
44

5+
from __future__ import (absolute_import, division, print_function,
6+
unicode_literals)
7+
58
import six
69

710
import io

0 commit comments

Comments
 (0)