Skip to content

Commit

Permalink
Restore Python 3.8 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 12, 2024
1 parent ff3c70a commit 6d870f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jaraco/collections/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import collections.abc
import copy
import functools
Expand Down

0 comments on commit 6d870f7

Please sign in to comment.