clean up imports

This commit is contained in:
Tyrel Souza 2022-12-11 01:28:52 -05:00
parent 873550907a
commit 75088a6215
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
import shared
import operator
import math
from scanf import scanf
import matrix
from dataclasses import dataclass
from typing import Callable
import operator
@dataclass