Skip to content

Commit

Permalink
Fix dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Nov 14, 2023
1 parent acfcf53 commit 226ee96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/aws_credentials_provider.erl
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
| aws_credentials_file
| aws_credentials_ecs
| aws_credentials_ec2.
-type error_log_elem() :: {String :: unicode:chardata(), Args :: [term()], logger:metadata()}.
-type error_log() :: [error_log_elem()].
-type error_log() :: [{provider(), term()}].
-export_type([ options/0, expiration/0, provider/0 ]).

-callback fetch(options()) ->
Expand Down

0 comments on commit 226ee96

Please sign in to comment.