mirror of
https://github.com/onyx-and-iris/grokking-algorithms.git
synced 2026-04-16 11:33:34 +00:00
remove highest
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import logging
|
||||
import math
|
||||
import random
|
||||
|
||||
highest = math.inf
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user