Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mcw92 committed Mar 12, 2024
1 parent 4a6e34a commit 9569ae1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/test_cmaes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import random
import tempfile
from typing import Dict
from operator import attrgetter

import numpy as np

Expand Down
1 change: 0 additions & 1 deletion tests/test_propulator_sphere.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import random
import tempfile
from typing import Dict
from operator import attrgetter
import logging

import numpy as np
Expand Down
1 change: 0 additions & 1 deletion tests/test_pso.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import random
import tempfile
from typing import Dict
from operator import attrgetter

from mpi4py import MPI
import numpy as np
Expand Down

0 comments on commit 9569ae1

Please sign in to comment.