mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-19 14:44:20 +01:00
⚕ refactor: auto import
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user