Преглед изворни кода

tests: remove extra empty lines

Marek Marczykowski-Górecki пре 4 година
родитељ
комит
bf7b6225e3
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      qubesadmin/tests/__init__.py

+ 0 - 2
qubesadmin/tests/__init__.py

@@ -107,11 +107,9 @@ class _AssertNotRaisesContext(object):
 
         self.failureException = test_case.failureException
 
-
     def __enter__(self):
         return self
 
-
     def __exit__(self, exc_type, exc_value, tb):
         if exc_type is None:
             return True