We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f01ab3 commit d4c0688Copy full SHA for d4c0688
1 file changed
extra-hooks/hook-pydantic.py
@@ -1,4 +1,4 @@
1
-from PyInstaller.utils.hooks import copy_metadata, collect_submodules
+from PyInstaller.utils.hooks import collect_submodules, copy_metadata
2
3
-datas = copy_metadata('pydantic')
4
-hiddenimports = collect_submodules('pydantic')
+datas = copy_metadata("pydantic")
+hiddenimports = collect_submodules("pydantic")
0 commit comments