From 156ee56e41797d7e0cc2b6facaffe39160e980b2 Mon Sep 17 00:00:00 2001 From: opendansor Date: Wed, 26 Jun 2024 18:14:54 -0700 Subject: [PATCH] lint --- bittensor/commands/unstake.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bittensor/commands/unstake.py b/bittensor/commands/unstake.py index 6324a1a24e..b718de8578 100644 --- a/bittensor/commands/unstake.py +++ b/bittensor/commands/unstake.py @@ -1,6 +1,6 @@ # The MIT License (MIT) # Copyright © 2021 Yuma Rao -import argparse + # Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated # documentation files (the “Software”), to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, @@ -18,6 +18,7 @@ import sys import bittensor import re +import argparse import numpy as np from tqdm import tqdm from rich.prompt import Confirm, Prompt