From d646cb83c171cc19984218bf0ad870dfe2013bd8 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 8 Jan 2024 09:38:37 +0000 Subject: [PATCH] remove highest --- chapter4/maximum.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/chapter4/maximum.py b/chapter4/maximum.py index 58e5949..9d375bf 100644 --- a/chapter4/maximum.py +++ b/chapter4/maximum.py @@ -1,9 +1,6 @@ import logging -import math import random -highest = math.inf - logging.basicConfig(level=logging.DEBUG) logger = logging.getLogger(__name__)