removing builtins imports

This commit is contained in:
Blake Harnden 2019-10-17 15:02:24 -07:00
parent 6edd6a7fdb
commit da946f1f56
12 changed files with 0 additions and 12 deletions

View file

@ -8,7 +8,6 @@ import math
import os
import threading
import time
from builtins import int
from functools import total_ordering
from core import utils