mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-20 07:04:20 +01:00
⚕ refactor: auto import
This commit is contained in:
@@ -28,6 +28,7 @@ FILE_AND_TAG_PAIRS = [
|
|||||||
|
|
||||||
INDICATOR_TO_IMPORT_STATEMENT = {
|
INDICATOR_TO_IMPORT_STATEMENT = {
|
||||||
'io.BytesIO': 'import io',
|
'io.BytesIO': 'import io',
|
||||||
|
'BeautifulSoup': 'from bs4 import BeautifulSoup',
|
||||||
'BytesIO': 'from io import BytesIO',
|
'BytesIO': 'from io import BytesIO',
|
||||||
'base64': 'import base64',
|
'base64': 'import base64',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user