From 5c2f0bac206ad5ff2e9e0d02529a58628faef4e5 Mon Sep 17 00:00:00 2001 From: sickboyyy Date: Tue, 9 Feb 2021 23:07:42 +0100 Subject: [PATCH] Removed newlines --- teambalance/balance.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/teambalance/balance.py b/teambalance/balance.py index 79c15fd..2574a79 100644 --- a/teambalance/balance.py +++ b/teambalance/balance.py @@ -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) @@ -29,7 +28,6 @@ class Balance: teams_4s = b.find_best_game(ratings_G, rds_G, '4v4') print(teams_4s) ``` - """ def __init__(self):