``` autoflake -i --remove-unused-variables $(find . -name "*.py") ```
@@ -1,10 +1,8 @@
import glob
import os
import subprocess
import warnings
from os import path
from pathlib import Path
from typing import Any, List, NamedTuple, Optional
from typing import List
LNBITS_PATH = path.dirname(path.realpath(__file__)) + "/lnbits"
The note is not visible to the blocked user.