Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
opendansor committed Jun 27, 2024
1 parent f11fe3d commit 156ee56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bittensor/commands/unstake.py
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 156ee56

Please sign in to comment.