Skip to content

Commit

Permalink
Small flake fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
solarkennedy committed Sep 25, 2015
1 parent 5aba46d commit 633db55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions sensu-report
Expand Up @@ -5,15 +5,13 @@ terminal. Queries the Sensu API and formats it into pretty colors. Basically
a text based report of the sensu dashboard, on a particular client. (by
default, the local hostmame)
"""

from datetime import datetime
from optparse import OptionParser
import re
import socket
import sys
import urllib2


try:
import json
except ImportError:
Expand Down
1 change: 1 addition & 0 deletions test_sensu-report.py
Expand Up @@ -3,6 +3,7 @@

import sensu_report


def test_pretty_date():
""" Lets put in some epochs we expect from sensu and make sure it is pretty
"""
Expand Down

0 comments on commit 633db55

Please sign in to comment.