Minor change
This commit is contained in:
parent
364996eaf2
commit
05f8c4a8c8
1 changed files with 4 additions and 4 deletions
|
@ -7,17 +7,17 @@ Author: flyingscorpio
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
import requests
|
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
import matplotlib.pyplot as plt # type: ignore
|
import matplotlib.pyplot as plt # type: ignore
|
||||||
|
import requests
|
||||||
|
|
||||||
|
|
||||||
def parse_arguments() -> argparse.Namespace:
|
def parse_arguments() -> argparse.Namespace:
|
||||||
"""Arguments consist of:
|
"""Arguments consist of:
|
||||||
* a coin to look up
|
* a coin to look up
|
||||||
* the currency to set the value on (defaults to USD)
|
* the currency to set the value on (defaults to USD)
|
||||||
* the number of decimals to display
|
* the number of decimals to display
|
||||||
"""
|
"""
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
|
|
Loading…
Add table
Reference in a new issue