]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_api/errors.py
fix style issue found by flake8
[nominatim.git] / src / nominatim_api / errors.py
index c7331a89f7519d06f85ac34a8d4f61ad1299d6e7..98fe693d12b51dfba2865f52c7ab6181861c52ca 100644 (file)
@@ -8,6 +8,7 @@
 Custom exception and error classes for Nominatim.
 """
 
+
 class UsageError(Exception):
     """ An error raised because of bad user input. This error will usually
         not cause a stack trace to be printed unless debugging is enabled.