| commit | 3054f783ac759b221233fd0a82424aa105e4ea2e | [log] [tgz] |
|---|---|---|
| author | tierno <alfonso.tiernosepulveda@telefonica.com> | Wed Apr 25 16:59:53 2018 +0200 |
| committer | tierno <alfonso.tiernosepulveda@telefonica.com> | Wed Apr 25 16:59:53 2018 +0200 |
| tree | 86971e620036bb0be1d145322a38a2dff0347fd3 | |
| parent | 5c012612f1292b012dc12b337c611c6f3c083b18 [diff] [blame] |
fixing imports to get ready for module distribution. fixing errors detected with flake8 Change-Id: Ib99df43fd5f86ccbb3e35111972a2075e7a956dd Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
diff --git a/osm_common/msgbase.py b/osm_common/msgbase.py index 25e8c80..a9d44d7 100644 --- a/osm_common/msgbase.py +++ b/osm_common/msgbase.py
@@ -1,5 +1,5 @@ -import asyncio +# import asyncio from http import HTTPStatus __author__ = "Alfonso Tierno <alfonso.tiernosepulveda@telefonica.com>"