Skip to content

Commit

Permalink
Update comment to processing service
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessavmac committed Jan 12, 2025
1 parent 78c9dec commit abe6ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ami/ml/models/processing_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@typing.final
class ProcessingService(BaseModel):
"""An ML processing backend"""
"""An ML processing service"""

name = models.CharField(max_length=255)
slug = models.SlugField(max_length=255, unique=True)
Expand Down

0 comments on commit abe6ea7

Please sign in to comment.