Remove useless imports

This commit is contained in:
n3tael 2024-04-06 22:13:53 +03:00
parent 1494f28a78
commit 9e90b02f79
Signed by: n3tael
GPG Key ID: F305925762F035A8

View File

@ -1,8 +1,6 @@
#!/usr/bin/env python3
from numba import jit
from math import copysign, pi, acos
from time import time
import sys
import pygame