mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-23 17:04:21 +01:00
remove unused imports automatically (#4449)
* remove unused imports automatically * add linters to pr template * remove useless try statement
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
import json
|
||||
import tempfile
|
||||
from functools import partial
|
||||
from unittest import TestCase
|
||||
from xml.etree import ElementTree
|
||||
|
||||
import docx
|
||||
import yaml
|
||||
from bs4 import BeautifulSoup
|
||||
from PyPDF2 import PdfWriter
|
||||
|
||||
from autogpt.commands.file_operations_utils import is_file_binary_fn, read_textual_file
|
||||
from autogpt.logs import logger
|
||||
|
||||
Reference in New Issue
Block a user