Skip to content

Commit c16c7d0

Browse files
more style fixes...
1 parent 7f8c805 commit c16c7d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/CLI/modules/vs/vs_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,15 +683,13 @@ def test_usage_metric_data_empty(self):
683683
self.assertEqual(result.exit_code, 2)
684684
self.assertIsInstance(result.exception, exceptions.CLIAbort)
685685

686-
687686
def test_bandwidth_vs(self):
688687
if sys.version_info < (3, 6):
689688
self.skipTest("Test requires python 3.6+")
690689

691690
result = self.run_command(['vs', 'bandwidth', '100', '--start_date=2019-01-01', '--end_date=2019-02-01'])
692691
self.assert_no_fail(result)
693692

694-
695693
date = '2019-05-20 23:00'
696694
# number of characters from the end of output to break so json can parse properly
697695
pivot = 157

0 commit comments

Comments
 (0)