]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/errors.py
fix linting issues
[nominatim.git] / nominatim / errors.py
index 80181aba48cd7c3f55fbd057b39e4553944d403e..e77f956a4eab01df45106dcc1fb375ab6f277996 100644 (file)
@@ -6,4 +6,3 @@ 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.
     """
-    pass