From bfdb72dfed63876829ce44a3975220b9b0abb592 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Thu, 27 Apr 2023 23:32:19 +0200 Subject: [PATCH] removed a fixme --- plexcryptool/authur1.py | 1 - 1 file changed, 1 deletion(-) 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.