Skip to content

Commit

Permalink
Removed newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
sickboyyy committed Feb 9, 2021
1 parent 57b1967 commit 5c2f0ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions teambalance/balance.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class Balance:
This only needs to be done "once" ever - so need to make sure it's not recalculated needlessly all the time
Examples:
```python
ratings_G = np.round(np.random.normal(1500, 300, 12),0)
print(ratings_G)
Expand All @@ -29,7 +28,6 @@ class Balance:
teams_4s = b.find_best_game(ratings_G, rds_G, '4v4')
print(teams_4s)
```
"""

def __init__(self):
Expand Down

0 comments on commit 5c2f0ba

Please sign in to comment.