X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fcommon.git;a=blobdiff_plain;f=osm_common%2Fmsgbase.py;fp=osm_common%2Fmsgbase.py;h=0a15dae0e30b7f7b963b6ad7d62ec39cf097069c;hp=5ba8f710407b413a945835be7f8985a9ebf18560;hb=cfc5272864156b706d7147fc4e7c0fe46dc386c8;hpb=136f29577fd83028369c2c4fc4c60f738e0d26d3 diff --git a/osm_common/msgbase.py b/osm_common/msgbase.py index 5ba8f71..0a15dae 100644 --- a/osm_common/msgbase.py +++ b/osm_common/msgbase.py @@ -60,4 +60,3 @@ class MsgBase(object): async def aioread(self, topic, loop=None, callback=None, aiocallback=None, **kwargs): raise MsgException("Method 'aioread' not implemented", http_code=HTTPStatus.INTERNAL_SERVER_ERROR) -