Skip to content
Snippets Groups Projects
Verified Commit bce6a9d1 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Fix import

parent 55bee488
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import ..BuildingBlocks: BuildingBlock, get_children_indices, VariableNotAvailab ...@@ -5,7 +5,7 @@ import ..BuildingBlocks: BuildingBlock, get_children_indices, VariableNotAvailab
import ..Alternatives: AlternativeBlocks import ..Alternatives: AlternativeBlocks
import ..Overlapping: AbstractOverlapping, waveform, interruptions import ..Overlapping: AbstractOverlapping, waveform, interruptions
import ..Sequences: Sequence import ..Sequences: Sequence
import ..Variables: VariableType, duration, start_time, variables, alternative_variables, effective_time import ..Variables: VariableType, duration, start_time, variables, alternative_variables, effective_time, flip_angle
import ..Pulses: GenericPulse import ..Pulses: GenericPulse
struct BuildingBlockPrinter{T<:BuildingBlock} struct BuildingBlockPrinter{T<:BuildingBlock}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment