Skip to content

Commit

Permalink
Merge pull request #284 from asottile/remove-outdated-comment
Browse files Browse the repository at this point in the history
remove outdated comment
  • Loading branch information
asottile committed Jul 9, 2022
2 parents fa9a1e5 + 41850bb commit 1ce025f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion reorder_python_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ def replace_imports(
ret = []

for s, import_obj in imports:
# cannot rewrite import-imports: makes undefined names
if isinstance(import_obj, Import):
mod, asname = import_obj.key
if asname:
Expand Down
1 change: 0 additions & 1 deletion testing/generate-python-future-info
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import future.builtins


def main() -> int:

names = sorted(
k for k, v in vars(future.builtins).items()
if getattr(builtins, k, None) is v
Expand Down

0 comments on commit 1ce025f

Please sign in to comment.