Skip to content

Commit

Permalink
remove useless pass statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lasevich committed Jul 10, 2019
1 parent 60c7063 commit 8957512
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/quickfig/definitions_test.py
Expand Up @@ -14,11 +14,9 @@ class TestQuickFigDefinitions(unittest.TestCase):

def setUp(self):
''' Test SetUp '''
pass

def tearDown(self):
''' Test TearDown '''
pass

def test_repr(self):
''' Test __repr__() '''
Expand Down

0 comments on commit 8957512

Please sign in to comment.