Skip to content

Commit

Permalink
Fix remaining codacy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rubencalje committed Oct 24, 2023
1 parent c777fa3 commit 46d7585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlmod/dims/time.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ def dataframe_to_flopy_timeseries(

# initialize or append a new package
method = package.ts.append_package if append else package.ts.initialize
method(
return method(
filename=filename,
timeseries=timeseries,
time_series_namerecord=time_series_namerecord,
Expand Down

0 comments on commit 46d7585

Please sign in to comment.