Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonyslee committed Oct 18, 2024
1 parent 4403c5e commit cd1c970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_dynamic_foraging_data_utils/nwb_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def create_events_df(nwb_filename, adjust_time=True):
return df


def create_fib_df(nwb_filename, tidy= True, adjust_time=True):
def create_fib_df(nwb_filename, tidy=True, adjust_time=True):
"""
returns a dataframe of the FIB data in the nwb file
if tidy, return a tidy dataframe
Expand Down

0 comments on commit cd1c970

Please sign in to comment.