From 05f8c4a8c84df00c453ae79d30987025eb2bd01d Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Mon, 7 Dec 2020 23:00:30 +0100 Subject: [PATCH] Minor change --- dotfiles/i3/scripts/crypto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/i3/scripts/crypto b/dotfiles/i3/scripts/crypto index f3d126a..77398d3 100755 --- a/dotfiles/i3/scripts/crypto +++ b/dotfiles/i3/scripts/crypto @@ -7,17 +7,17 @@ Author: flyingscorpio import argparse import os -import requests from typing import List import matplotlib.pyplot as plt # type: ignore +import requests def parse_arguments() -> argparse.Namespace: """Arguments consist of: - * a coin to look up - * the currency to set the value on (defaults to USD) - * the number of decimals to display + * a coin to look up + * the currency to set the value on (defaults to USD) + * the number of decimals to display """ parser = argparse.ArgumentParser()