Skip to content

Commit

Permalink
Merge pull request #6274 from LMFDB/autopep8-patches
Browse files Browse the repository at this point in the history
Fixes by autopep8 action
  • Loading branch information
roed314 authored Nov 23, 2024
2 parents 61fe97e + b77718d commit 15eec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmfdb/utils/web_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def raw_typeset(raw, typeset='', extra='', compressed=False):
# clean white space
raw = re.sub(r'\s+', ' ', str(raw).strip())
raw = f'<textarea rows="1" cols="{len(raw)}" class="raw-container">{raw}</textarea>'

# the doublesclick behavior is set on load in javascript
out = f"""
<span class="raw-tset-container tset {"compressed" if compressed else ""}">
Expand Down

0 comments on commit 15eec76

Please sign in to comment.