diff options
| author | jvoisin | 2018-09-24 19:50:24 +0200 |
|---|---|---|
| committer | jvoisin | 2018-09-24 19:50:24 +0200 |
| commit | 2e243355f51654c8c6392c80a17b090f9f012fd1 (patch) | |
| tree | b4bb244443ab0566cdb741b1c91a112ff8149214 /tests/test_policy.py | |
| parent | 174d4a0ac09c2e9d4a9aa3677a442c05459b8309 (diff) | |
Fix some minor formatting issues
Diffstat (limited to 'tests/test_policy.py')
| -rw-r--r-- | tests/test_policy.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_policy.py b/tests/test_policy.py index 890f8c3..ef55644 100644 --- a/tests/test_policy.py +++ b/tests/test_policy.py | |||
| @@ -29,4 +29,3 @@ class TestPolicy(unittest.TestCase): | |||
| 29 | with self.assertRaises(ValueError): | 29 | with self.assertRaises(ValueError): |
| 30 | p.unknown_member_policy = UnknownMemberPolicy('unknown_policy_name_totally_invalid') | 30 | p.unknown_member_policy = UnknownMemberPolicy('unknown_policy_name_totally_invalid') |
| 31 | os.remove('./tests/data/clean.docx') | 31 | os.remove('./tests/data/clean.docx') |
| 32 | |||
