diff --git a/auth.pl b/auth.pl index aa9ac7d..2619128 100644 --- a/auth.pl +++ b/auth.pl @@ -3,7 +3,6 @@ use 5.010; use strict; use warnings; use Mastodon::Client; -use YAML::Tiny; use IO::Prompt; use JSON::Tiny qw/encode_json/;