Skip to content

Commit

Permalink
Remove unnecessary __future__ import
Browse files Browse the repository at this point in the history
Remove unnecessary `from __future__ import annotations` line.
  • Loading branch information
bswck committed Nov 3, 2023
1 parent 60849a6 commit e18fba2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jaraco/functools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from __future__ import annotations

import collections.abc
import functools
import inspect
Expand Down

0 comments on commit e18fba2

Please sign in to comment.