Skip to content

Commit

Permalink
refactor: update import of combine_masks
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Apr 3, 2023
1 parent 31dff51 commit 53dea7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stimupy/stimuli/whites.py
Expand Up @@ -2,13 +2,12 @@

import numpy as np

from stimupy.components import draw_regions
from stimupy.components import combine_masks, draw_regions
from stimupy.components.shapes import rectangle
from stimupy.stimuli.gratings import squarewave
from stimupy.stimuli.pinwheels import pinwheel as angular
from stimupy.stimuli.waves import square_radial as radial
from stimupy.stimuli.wedding_cakes import wedding_cake
from stimupy.utils.utils import combine_masks

__all__ = [
"generalized",
Expand Down

0 comments on commit 53dea7d

Please sign in to comment.