Skip to content

Commit

Permalink
Removed unused imported modules from tests. (#210)
Browse files Browse the repository at this point in the history
Removed unused imports in tests.  

Co-authored-by: andrewgsavage <andrewgsavage@gmail.com>
  • Loading branch information
willynilly and andrewgsavage authored Apr 2, 2024
1 parent 8421268 commit 57e2a20
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion uncertainties/test_umath.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from __future__ import absolute_import

# Standard modules
import sys
import math

# Local modules:
Expand Down
1 change: 0 additions & 1 deletion uncertainties/test_uncertainties.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from builtins import map
from builtins import range
import copy
import weakref
import math
from math import isnan, isinf
import random
Expand Down

0 comments on commit 57e2a20

Please sign in to comment.