Add empty line after module docstring (2) [other] (#112738)

This commit is contained in:
Marc Mueller 2024-03-08 19:16:38 +01:00 committed by GitHub
parent 32f3f46542
commit a6b842f818
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
75 changed files with 76 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#!/usr/bin/env python3
"""Inspect all component SCHEMAS."""
import importlib
import os
import pkgutil