Remove unused variables
This commit is contained in:
parent
61c724243b
commit
86a8dda99b
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@ from md_pdf.consts import PROJECT_DIR, CSL_DIR
|
|||
from jinja2 import Template
|
||||
|
||||
|
||||
CSL_FILE = os.path.join(PROJECT_DIR, 'assets', 'harverd.csl')
|
||||
|
||||
|
||||
def fix_references_title(content):
|
||||
soup = BeautifulSoup(content, 'html.parser')
|
||||
reference_element = soup.find('div', class_='references')
|
||||
|
|
Reference in a new issue