removed a fixme

This commit is contained in:
Christoph J. Scherr 2023-04-27 23:32:19 +02:00
parent 1b9ddf7bba
commit bfdb72dfed
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ import sys
import time
from types import NoneType
# FIXME make proper pyi Implementation for the rust part
# only used for bit rotation
# your editor might complain here, because it can only find a pyi file with type annotations.
# rest assured, you just need to compile the rust part with maturin develop and you will be fine.