⚕ refactor: auto import

This commit is contained in:
Florian Hönicke
2023-05-23 15:57:50 +02:00
parent ba46eb3ac1
commit 3f100a406a

View File

@@ -28,6 +28,7 @@ FILE_AND_TAG_PAIRS = [
INDICATOR_TO_IMPORT_STATEMENT = {
'io.BytesIO': 'import io',
'BeautifulSoup': 'from bs4 import BeautifulSoup',
'BytesIO': 'from io import BytesIO',
'base64': 'import base64',
}