Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
from __future__ imports must occur at the beginning of the file!
  • Loading branch information
erlend-aasland committed Jul 3, 2023
commit dcd5d32a477c833bcf5c7c16dd4b06b62e62be93
2 changes: 1 addition & 1 deletion Tools/clinic/clinic.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# Copyright 2012-2013 by Larry Hastings.
# Licensed to the PSF under a contributor agreement.
#
from __future__ import annotations

import abc
import ast
Expand Down Expand Up @@ -38,7 +39,6 @@
TypeGuard,
overload,
)
from __future__ import annotations

# TODO:
#
Expand Down