mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Meta: Sort all python imports
This commit is contained in:
parent
c53ee261dd
commit
18718e0876
Notes:
github-actions[bot]
2025-06-09 15:26:31 +00:00
Author: https://github.com/trflynn89
Commit: 18718e0876
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5038
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/R-Goc
10 changed files with 24 additions and 13 deletions
|
@ -5,9 +5,10 @@ Generates a clang module map for a given directory
|
|||
|
||||
import argparse
|
||||
import pathlib
|
||||
import yaml
|
||||
import sys
|
||||
|
||||
import yaml
|
||||
|
||||
|
||||
def write_file_if_not_same(file_path, content):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue