mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-06 12:14:28 +08:00
update import_all test, add some stubs for postgres (#178)
This commit is contained in:
@@ -24,5 +24,5 @@ test_lines: List[str] = []
|
||||
for package in packages:
|
||||
test_lines.append('import ' + package)
|
||||
|
||||
test_contents = '\n'.join(test_lines)
|
||||
test_contents = '\n'.join(sorted(test_lines))
|
||||
print(test_contents)
|
||||
|
||||
Reference in New Issue
Block a user