Use triple quote docstrings consistently

This commit is contained in:
Louis Maddox 2021-07-18 18:37:01 +01:00 committed by GitHub
parent b043e5b88d
commit 2eb5f4e705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,5 +129,5 @@ class NoUri(Exception):
class FiletypeNotFoundError(Exception):
"Raised by get_filetype() if a filename matches no source suffix."
"""Raised by get_filetype() if a filename matches no source suffix."""
pass