Skip to content

Commit

Permalink
Format code with black
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Jan 21, 2022
1 parent 06c0359 commit 907fc9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openskill/rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Rating:
:param sigma: How confident the system is the skill of an agent.
:param options: Pass in a set of custom values for constants defined in the Weng-Lin paper.
"""

def __init__(
self, mu: Optional[float] = None, sigma: Optional[float] = None, **options
):
Expand Down

0 comments on commit 907fc9b

Please sign in to comment.