Feature 7181: Provide real-time feedback in CLI upon request using the '--wait' option
[osm/osmclient.git] / osmclient / common / exceptions.py
index eb5fc72..0be2778 100644 (file)
@@ -18,5 +18,6 @@
 class ClientException(Exception):
     pass
 
+
 class NotFound(ClientException):
     pass