Skip to content

Commit

Permalink
Update vast_pipeline/pipeline/new_sources.py
Browse files Browse the repository at this point in the history
Co-authored-by: Serg <[email protected]>
  • Loading branch information
ajstewart and srggrs authored Oct 11, 2020
1 parent b6978ac commit e45aee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vast_pipeline/pipeline/new_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
logger = logging.getLogger(__name__)


def check_primary_image(row) -> bool:
def check_primary_image(row: pd.Series) -> bool:
"""
Checks if the primary image is in the image list.
Expand Down

0 comments on commit e45aee7

Please sign in to comment.