Skip to content

Commit

Permalink
Get rid of pointless override pylint error.
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <amulhern@redhat.com>
  • Loading branch information
mulkieran committed Apr 1, 2015
1 parent d8d7b03 commit 1e19583
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/util_test.py
Expand Up @@ -7,8 +7,6 @@

class MiscTest(unittest.TestCase):

longMessage = True

def test_power_of_two(self):
self.assertFalse(util.power_of_two(None))
self.assertFalse(util.power_of_two("not a number"))
Expand Down

0 comments on commit 1e19583

Please sign in to comment.