Fix best practices hyphenation

This commit is contained in:
Andras Schmelczer 2022-07-24 15:40:57 +02:00
parent b902e46f63
commit 871e4ec866
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
13 changed files with 16 additions and 16 deletions

View file

@ -42,7 +42,7 @@ V = TypeVar("V")
class GreatAI(Generic[T, V]):
"""Wrapper for a prediction function providing the implementation of SE4ML best-practices.
"""Wrapper for a prediction function providing the implementation of SE4ML best practices.
Provides caching (with argument freezing), a TracingContext during execution, the
scaffolding of HTTP endpoints using FastAPI and a dashboard using Dash.