From b996782df51eaa5dd30635a7c59c93994d3a735e Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 14 Sep 2021 07:09:38 -0400 Subject: Convert media repo's FileInfo to attrs. (#10785) This is mostly an internal change, but improves type hints in the media code. --- changelog.d/10785.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10785.misc (limited to 'changelog.d/10785.misc') diff --git a/changelog.d/10785.misc b/changelog.d/10785.misc new file mode 100644 index 0000000000..3d7f91d516 --- /dev/null +++ b/changelog.d/10785.misc @@ -0,0 +1 @@ +Convert the internal `FileInfo` class to attrs and add type hints. -- cgit 1.5.1