Removed unneeded import

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2025-10-13 13:33:32 +02:00 committed by GitHub
parent ef0af72632
commit 951ea6286b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@ import os
import logging import logging
import re import re
import collections import collections
from typing import Optional, Any, Tuple from typing import Optional, Any
import clique import clique
import speedcopy import speedcopy