Skip to content

Commit

Permalink
WFESO-6060: Fix Linter Issues. (#35)
Browse files Browse the repository at this point in the history
* Fix Linters Issues

* Fix Missing Dependency.

* Test if Workflow is Passing.

* Removing the Test Code.
  • Loading branch information
ustinov authored Jun 28, 2023
1 parent fd83999 commit 324f163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
package_name:
value: 'wavefront_cli'
requirements:
value: "boto distro docopt pytest requests"
value: "boto3 distro docopt pytest requests"

jobs:
envset:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def run(self):

setuptools.setup(
name='wavefront-cli',
version='0.5.0',
version='0.1.0',
description='VMware Aria Operations for Applications CLI Utility.',
long_description=long_description,
url='https://github.com/wavefrontHQ/wavefront-cli',
Expand Down
1 change: 1 addition & 0 deletions wavefront_cli/lib/aws.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Manage AWS instance tags for telegraf."""

import boto3

import requests

from . import agent
Expand Down

0 comments on commit 324f163

Please sign in to comment.