fix: linting

This commit is contained in:
Josh Niec 2026-06-02 18:30:10 -04:00
parent 208dd9b05b
commit 1597f1bd7d
1 changed files with 0 additions and 3 deletions

View File

@ -68,6 +68,3 @@ def get_bulk_update_serializer_class(serializer_class, *, partial=False):
prefix = 'PatchedBulk' if partial else 'Bulk'
return type(f'{prefix}{serializer_class.__name__}', bases, attrs)