removed a fixme
This commit is contained in:
parent
1b9ddf7bba
commit
bfdb72dfed
|
@ -14,7 +14,6 @@ import sys
|
||||||
import time
|
import time
|
||||||
from types import NoneType
|
from types import NoneType
|
||||||
|
|
||||||
# FIXME make proper pyi Implementation for the rust part
|
|
||||||
# only used for bit rotation
|
# only used for bit rotation
|
||||||
# your editor might complain here, because it can only find a pyi file with type annotations.
|
# 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.
|
# rest assured, you just need to compile the rust part with maturin develop and you will be fine.
|
||||||
|
|
Loading…
Reference in New Issue