GliderToolsCommunity / GliderTools

A toolkit for processing Seaglider base station NetCDF files: despiking, smoothing, outlier detection, backscatter, fluorescence quenching, calibration, gridding, interpolation.
https://glidertools.readthedocs.io
GNU Affero General Public License v3.0
69 stars 28 forks source link

delete unused imports from python2->python3 transition #166

Closed MartinMohrmann closed 1 year ago

MartinMohrmann commented 1 year ago

Hi, this pull request removes some clutter that had been useful in the transition from python2 to python3. The functions provided by the removed imports such as modern style print function and unicode strings are now a standard feature of all python versions supported by GliderTools.