Skip to content

Commit

Permalink
linting, again
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpiet committed Sep 17, 2024
1 parent 865645c commit b6ad25c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
)


def plot_session_scroller(
def plot_session_scroller( # noqa: C901 pragma: no cover
nwb, ax=None, plot_bouts=False, processing="bright"
): # noqa: C901 pragma: no cover
):
"""
Creates an interactive plot of the session.
Plots left/right licks/rewards, and go cues
Expand Down

0 comments on commit b6ad25c

Please sign in to comment.