remove empty line

This commit is contained in:
Yannik Schmidt
2019-06-04 22:57:19 +02:00
parent e74c11855e
commit 83221f45ec

View File

@@ -68,8 +68,3 @@ class MapInformationEvent(Event):
self.string = line self.string = line
def serialize(self): def serialize(self):
return {"etype":"MIE","timestamp":self.timestamp.strftime(),"string":self.string} return {"etype":"MIE","timestamp":self.timestamp.strftime(),"string":self.string}