Skip to content

Commit

Permalink
Remove unused __future__
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed May 16, 2022
1 parent d92c48e commit 01b00a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions astroid/interpreter/_import/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# For details: https://github.com/PyCQA/astroid/blob/main/LICENSE
# Copyright (c) https://github.com/PyCQA/astroid/blob/main/CONTRIBUTORS.txt

from __future__ import annotations

import sys
from functools import lru_cache
from importlib.util import _find_spec_from_path
Expand Down

0 comments on commit 01b00a2

Please sign in to comment.