Skip to content

Commit 324f163

Browse files
authored
WFESO-6060: Fix Linter Issues. (#35)
* Fix Linters Issues * Fix Missing Dependency. * Test if Workflow is Passing. * Removing the Test Code.
1 parent fd83999 commit 324f163

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
package_name:
77
value: 'wavefront_cli'
88
requirements:
9-
value: "boto distro docopt pytest requests"
9+
value: "boto3 distro docopt pytest requests"
1010

1111
jobs:
1212
envset:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def run(self):
3333

3434
setuptools.setup(
3535
name='wavefront-cli',
36-
version='0.5.0',
36+
version='0.1.0',
3737
description='VMware Aria Operations for Applications CLI Utility.',
3838
long_description=long_description,
3939
url='https://github.com/wavefrontHQ/wavefront-cli',

wavefront_cli/lib/aws.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""Manage AWS instance tags for telegraf."""
22

33
import boto3
4+
45
import requests
56

67
from . import agent

0 commit comments

Comments
 (0)