diff options
author | 2022-02-21 14:28:16 +0000 | |
---|---|---|
committer | 2022-02-21 14:28:16 +0000 | |
commit | 91dd3ae025a967c24a91b65baf9c7ddac57ff848 (patch) | |
tree | c1b870c3c498e5f8c115e372ff94ecee26f743cd /pydis_site/apps/api/models | |
parent | Update .gitignore to ignore MacOS system files (diff) | |
parent | Merge pull request #668 from python-discord/update/name-profile-policy (diff) |
Merge branch 'main' into update-gitignore
Diffstat (limited to 'pydis_site/apps/api/models')
-rw-r--r-- | pydis_site/apps/api/models/bot/metricity.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/models/bot/metricity.py b/pydis_site/apps/api/models/bot/metricity.py index 901f191a..abd25ef0 100644 --- a/pydis_site/apps/api/models/bot/metricity.py +++ b/pydis_site/apps/api/models/bot/metricity.py @@ -10,7 +10,7 @@ EXCLUDE_CHANNELS = ( ) -class NotFoundError(Exception): +class NotFoundError(Exception): # noqa: N818 """Raised when an entity cannot be found.""" pass |