Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Oct 6, 2023
1 parent ca22576 commit a76d4eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def get_natural_movie_template(self, n_workers=None) -> pd.DataFrame:
-------
processed_movie : pd.DataFrame
"""
raise self._natural_movie_cache.get_processed_template_movie(
return self._natural_movie_cache.get_processed_template_movie(
n_workers=n_workers
)

Expand Down

0 comments on commit a76d4eb

Please sign in to comment.