Skip to content

Commit 2d45d1f

Browse files
authored
Remove unnecessary future import in script
Removed the import of print_function from future module.
1 parent c367394 commit 2d45d1f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/source/writing-script.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ Now, open up a new Python script and start by importing the necessary modules,
2323

2424
.. code-block:: python
2525
26-
from __future__ import print_function
27-
2826
import matplotlib.pyplot as plt
2927
import numpy as np
3028
from scipy.optimize import leastsq

0 commit comments

Comments
 (0)