This commit is contained in:
meejah 2021-11-02 22:45:08 -06:00
parent 1c93175583
commit 23ff1b2430
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from __future__ import print_function
from future.utils import PY2, PY3
if PY2:
from builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min
from builtins import filter, map, zip, ascii, chr, hex, input, next, oct, open, pow, round, super, bytes, dict, list, object, range, str, max, min # noqa: F401
import os
import time