bug559 some modifications
[osm/common.git] / osm_common / msgbase.py
index 5ba8f71..0a15dae 100644 (file)
@@ -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)
-