Osmclient migration to Python3 (feature 8031)
[osm/osmclient.git] / osmclient / common / exceptions.py
index eb5fc72..0be2778 100644 (file)
@@ -18,5 +18,6 @@
 class ClientException(Exception):
     pass
 
+
 class NotFound(ClientException):
     pass