Fix flake req. remove uneeded sys mod

This commit is contained in:
Ricardo Montañana Gómez 2022-02-23 12:10:12 +01:00
parent 3766886190
commit 9e5fe8c791
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

View File

@ -7,7 +7,6 @@ as well
"""
from __future__ import annotations
import random
import sys
import json
from math import factorial
from typing import Union, Optional, Tuple, List, Set