Skip to content

Commit

Permalink
Added __future__ imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Smith committed Oct 29, 2019
1 parent 7514377 commit f04eb69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/MDAnalysis/analysis/utils/autocorrelation.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# J. Comput. Chem. 32 (2011), 2319--2327, doi:10.1002/jcc.21787
#

from __future__ import absolute_import, division
import numpy as np
from copy import deepcopy

Expand Down

0 comments on commit f04eb69

Please sign in to comment.