Cleanup imports

This commit is contained in:
nathom 2021-07-30 11:39:51 -07:00
parent 936975a681
commit 77917dc6f0
10 changed files with 14 additions and 46 deletions

View file

@ -1,7 +1,7 @@
"""Streamrip specific exceptions."""
from typing import List
from click import style, secho
from click import echo, style
class AuthenticationError(Exception):