Skip to content

Commit dc92afc

Browse files
committed
Fix import order in update_settings_docs.py. NFC
This was broken due to the #25594 and #25596 racing.
1 parent 63c98e3 commit dc92afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/maint/update_settings_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525

2626
sys.path.insert(0, root_dir)
2727

28+
from tools.settings import DEPRECATED_SETTINGS, LEGACY_SETTINGS
2829
from tools.utils import path_from_root, read_file, safe_ensure_dirs
29-
from tools.settings import LEGACY_SETTINGS, DEPRECATED_SETTINGS
3030

3131
header = '''\
3232
.. _settings-reference:

0 commit comments

Comments
 (0)