Skip to content

Commit

Permalink
removed future imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Teague committed Nov 8, 2021
1 parent 95ca89a commit 451923a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions disksurf/detect_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
Detect peaks in data based on their amplitude and other features.
Originally written by Marcos Duarte with an MIT License.
Only modification by Richard Teague was removal of warnings.
Only modificationd by Richard Teague were removal of warnings and any
__future__ imports.
"""

from __future__ import division, print_function
import numpy as np

__author__ = "Marcos Duarte, https://github.com/demotu"
Expand Down

0 comments on commit 451923a

Please sign in to comment.