Use our own hypot() for older Python support

This commit is contained in:
2021-04-28 07:12:30 +00:00
parent af9cc4b546
commit aec057c89c
23 changed files with 28 additions and 28 deletions
-1
View File
@@ -1,7 +1,6 @@
import re
import time
import random
from math import hypot
from itertools import count
from munch import Munch