fix: update the "imp" module to "importlib"

This commit is contained in:
Martin-Louis Bright 2024-01-14 20:09:52 -05:00
parent 4385b50825
commit 8a6c5aef06
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
#
import os
import imp
import importlib
import sys
import glob
import token