Skip to content

Commit

Permalink
Fix find all naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad-Edwards committed May 24, 2024
1 parent beb5bff commit 36746eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestration/airflow/dags/shared/models/podcast.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def find(cls, driver: Driver, uuid: str):
raise e

@classmethod
def findall(cls, driver: Driver):
def find_all(cls, driver: Driver):
try:
records, _, _ = driver.execute_query(
"MATCH (p:Podcast) RETURN p",
Expand Down

0 comments on commit 36746eb

Please sign in to comment.