Reformat common to standardized format
[osm/common.git] / osm_common / common_utils.py
index 4cb5857..ff7bc6d 100644 (file)
@@ -21,6 +21,7 @@ __author__ = "Alfonso Tierno <alfonso.tiernosepulveda@telefonica.com>"
 
 class FakeLock:
     """Implements a fake lock that can be called with the "with" statement or acquire, release methods"""
+
     def __enter__(self):
         pass