update import imp to inportlib

This commit is contained in:
luciferin 2024-04-30 18:18:56 -04:00 committed by GitHub
commit 0723d27f44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@ from __future__ import absolute_import, division, print_function
import sys
import logging
import imp
import importlib
import contextlib
import types
import copy