diff options
| author | 2023-01-27 22:20:10 +0200 | |
|---|---|---|
| committer | 2023-01-27 22:20:10 +0200 | |
| commit | 3862e051407061186609dbeaab23ec53aeca2f94 (patch) | |
| tree | c524db4d80458d87a44eadd7d55a8832c7accf93 /pydis_site/apps/api/models | |
| parent | Fix filter serializers validation to account for filterlist settings (diff) | |
Update tests
Diffstat (limited to 'pydis_site/apps/api/models')
| -rw-r--r-- | pydis_site/apps/api/models/__init__.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/pydis_site/apps/api/models/__init__.py b/pydis_site/apps/api/models/__init__.py index 580c95a0..fee4c8d5 100644 --- a/pydis_site/apps/api/models/__init__.py +++ b/pydis_site/apps/api/models/__init__.py @@ -6,7 +6,6 @@ from .bot import (      BumpedThread,      DocumentationLink,      DeletedMessage, -    FilterList,      Infraction,      Message,      MessageDeletionContext, | 
