소스 검색

Remove blank line

jrobinAV 1 년 전
부모
커밋
f239790afe
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/config/conftest.py

+ 0 - 1
tests/config/conftest.py

@@ -41,7 +41,6 @@ def reset_configuration_singleton():
     _Checker._checkers = []
 
 
-
 def register_test_sections():
     Config._register_default(UniqueSectionForTest("default_attribute"))
     Config.configure_unique_section_for_tests = UniqueSectionForTest._configure