Skip to content

Commit

Permalink
Resolve missing removal leading to error
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCoding committed Nov 12, 2024
1 parent b4e8543 commit 65d2112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion awxkit/awxkit/cli/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def handle(self, client, parser):
raise SystemExit()
return {
'base_url': config.base_url,
'token': client.get_config('token'),
'use_sessions': config.use_sessions,
'credentials': config.credentials,
}
Expand Down

0 comments on commit 65d2112

Please sign in to comment.