Skip to content

Commit 941dd9d

Browse files
authored
expected 2 blank lines after class or function definition
1 parent 581ef96 commit 941dd9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/OneLogin/saml2_tests/idp_metadata_parser_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,7 @@ def test_merge_settings(self):
641641
expected_settings3 = json.loads(expected_settings3_json)
642642
self.assertEqual(expected_settings3, settings_result3)
643643

644+
644645
if __name__ == '__main__':
645646
runner = unittest.TextTestRunner()
646647
unittest.main(testRunner=runner)

0 commit comments

Comments
 (0)