From d6a225afd47161bf946bec62147ce58c110bc986 Mon Sep 17 00:00:00 2001 From: Gus Date: Mon, 19 Aug 2024 13:43:58 -0400 Subject: [PATCH] ruff --- bittensor/subtensor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bittensor/subtensor.py b/bittensor/subtensor.py index c50ec7a4c..75484fd69 100644 --- a/bittensor/subtensor.py +++ b/bittensor/subtensor.py @@ -109,7 +109,6 @@ KEY_NONCE: Dict[str, int] = {} - class ParamWithTypes(TypedDict): name: str # Name of the parameter. type: str # ScaleType string of the parameter.