Skip to content

Commit

Permalink
fix: collection type without generic
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Feb 4, 2024
1 parent ce0cad8 commit 0647355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/file_manager/collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def file_row_dictizer(serializer: ApHtmxTableSerializer, row: File):
return data


class FileManagerCollection(ApCollection[Any]):
class FileManagerCollection(ApCollection):
SerializerFactory = ApHtmxTableSerializer.with_attributes(
record_template="file_manager/record.html",
row_dictizer=file_row_dictizer,
Expand Down

0 comments on commit 0647355

Please sign in to comment.