Skip to content

Commit

Permalink
Merge pull request #26 from bswck/patch-1
Browse files Browse the repository at this point in the history
Remove unnecessary `__future__` import
  • Loading branch information
jaraco committed Nov 4, 2023
2 parents 5432f99 + e18fba2 commit 7f06a3e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jaraco/functools/__init__.py
@@ -1,5 +1,3 @@
from __future__ import annotations

import collections.abc
import functools
import inspect
Expand Down

0 comments on commit 7f06a3e

Please sign in to comment.