bradyrx / esmtools

:octopus: a toolbox for Earth System Model analysis :octopus:
https://esmtools.readthedocs.io/en/latest/
MIT License
27 stars 4 forks source link

Fix flake F401 #86

Closed bradyrx closed 4 years ago

bradyrx commented 4 years ago

Description

Quick fix to flake8 F401 error (importing unused module). Just wrapping first instance of timeutil accessor with TimeUtilAccessor so the imported class is actually used.