| commit | 2644b76248a1b96f7a47013b414e31b4e3feecf8 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Mar 24 09:21:01 2021 +0100 |
| committer | sousaedu <eduardo.sousa@canonical.com> | Wed May 19 19:08:33 2021 +0200 |
| tree | a2cc93cfba479ab16e42942a425a7d22183ac0de | |
| parent | fee977a304dbfadee797e25906df2db3cf51f1e3 [diff] [blame] |
Reformat common to standardized format Change-Id: I9ba54f3510e17de285e1e774d18ee5c7205818ad Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/osm_common/common_utils.py b/osm_common/common_utils.py index 4cb5857..ff7bc6d 100644 --- a/osm_common/common_utils.py +++ b/osm_common/common_utils.py
@@ -21,6 +21,7 @@ class FakeLock: """Implements a fake lock that can be called with the "with" statement or acquire, release methods""" + def __enter__(self): pass