diff --git a/plexcryptool/authur1.py b/plexcryptool/authur1.py index 5ef8127..875e7e4 100755 --- a/plexcryptool/authur1.py +++ b/plexcryptool/authur1.py @@ -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.