Skip to content

Commit

Permalink
fix imports from bumps.util
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaranville committed Dec 12, 2023
1 parent a17ef11 commit 6c58b28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions refl1d/magnetism.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"""
from __future__ import print_function

from dataclasses import dataclass
from dataclasses import dataclass, field
import numpy as np
from numpy import inf
from bumps.parameter import Parameter, flatten, to_dict
from bumps.mono import monospline
from bumps.util import field, schema, Optional, Any, Union, Dict, Callable, Literal, Tuple, List, Literal
from bumps.util import Optional, Any, Union, Dict, Callable, Literal, Tuple, List, Literal

from .reflectivity import BASE_GUIDE_ANGLE as DEFAULT_THETA_M

Expand Down

0 comments on commit 6c58b28

Please sign in to comment.