Fix missing importlib references
This commit is contained in:
parent
6ef889fc06
commit
232accd01d
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
import decimal
|
||||
import importlib.metadata
|
||||
import importlib.resources
|
||||
import json
|
||||
import typing
|
||||
import urllib.parse
|
||||
|
|
Loading…
Reference in a new issue