Skip to content

Commit

Permalink
fixing indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
shyal committed Dec 9, 2016
1 parent 18b2436 commit 44c787c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hoverpy/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@


class TestCase(unittest.TestCase):
"""
TestCase, which can be used like unittest.TestCase
"""

"""
TestCase, which can be used like unittest.TestCase
"""

def setUp(self):
"""
Expand Down

0 comments on commit 44c787c

Please sign in to comment.