Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
remove unused self parameter -> static method
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Mar 30, 2016
1 parent efa8538 commit bd1ef2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildtimetrend/test/trend_test.py
Expand Up @@ -37,7 +37,8 @@ def setUp(self):
"""Initialise test environment before each test."""
self.trend = Trend()

def tearDown(self):
@staticmethod
def tearDown():
"""Clean up after tests"""
if (tools.check_file(TEST_TREND_FILE)):
os.remove(TEST_TREND_FILE)
Expand Down

0 comments on commit bd1ef2e

Please sign in to comment.