Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Jun 9, 2021
1 parent 3473a0d commit d75b0e8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions cf_units/tests/integration/test_num2date.py
Expand Up @@ -17,9 +17,6 @@
"""Test function :func:`cf_units.date2num`."""

import unittest
import datetime

import numpy as np

from cf_units import num2date

Expand Down
2 changes: 0 additions & 2 deletions cf_units/tests/integration/test_num2pydate.py
Expand Up @@ -19,8 +19,6 @@
import unittest
import datetime

import numpy as np

from cf_units import num2pydate


Expand Down

0 comments on commit d75b0e8

Please sign in to comment.